Specifies the extraction type: outline or floorplan.
Public Enum ExtractionType OutLine AllLine End Enum
public enum ExtractionType { OutLine, AllLine }
|
Members |
Description |
|
OutLine |
OutLine = ::ExtractOption::kOutLine |
|
AllLine |
AllLine = ::ExtractOption::kAllLine |
| Comments? |