ExportSettings Class

Definition

Namespace: PCBI_IDX_Export
Assembly: PCBI_IDX_ImportExport (in PCBI_IDX_ImportExport.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class ExportSettings
Inheritance
Object    ExportSettings

Constructors

ExportSettingsInitializes a new instance of the ExportSettings class

Properties

DefaultCustom3DHeight A default height for custom 3D objects with no attribute. This is only used if ExportAllNonBoardObjectsAsCustom3D is set to true.
ExportAllNonBoardObjectsAsCustom3D Export all non-board objects as custom 3D objects. Don't forget to set the DefaultCustom3DHeight property for this.
ExportMode Define which data is exported from the step structure
ExportOnlyActiveLayers Export only Active Layers
LayersToExport Names of the layers to export (case-sensititve). If omitted all layers will be exported
StepToExport Name of the step to export (case-sensititve). If omitted the current step will be exported

See Also