Click or drag to resize

SxfSaveConverterSettings Class

Represents the export setting of SXF file.
Inheritance Hierarchy
SystemObject
  RootPro.RootProCADSxfSaveConverterSettings

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntax
public abstract class SxfSaveConverterSettings

The SxfSaveConverterSettings type exposes the following members.

Constructors
  NameDescription
Protected methodSxfSaveConverterSettings
Initializes a new instance of the SxfSaveConverterSettings class
Top
Properties
  NameDescription
Public propertyAutoLayoutScale
Gets or sets whether to automatically adjust the placement scale of the part drawing layout in [Paper Defaults].
Public propertyBasePointCenter
Gets or sets whether the location anchor point type of the part drawing layout is centered in [Paper Defaults].
Public propertyCheckDrawingAttribute
Draw title column Gets or sets whether to check the contents of feature.
Public propertyConvertClothoid
Get or set whether to convert clothoid.
Public propertyExplodeBalloon
Get or set whether to decompose the balloon.
Public propertyExplodeDimension
Get or set whether or not to decompose dimensions.
Public propertyExplodeLead
Get or set whether to decompose the leader line.
Public propertyLandscape
Gets or sets a value that indicates whether the Paper Defaults paper orientation is landscape or portrait.
Public propertyLayoutScaleDenominator
Gets or sets the denominator of the placement scale of the part drawing layout in [Paper Defaults].
Public propertyLayoutScaleNumerator
Gets or sets the numerator of the placement scale of the part drawing layout in [Paper Defaults].
Public propertyOnlyDisplayFeature
Get or set whether to export only visible feature.
Public propertyPaperHeight
Gets or sets the Default Paper Height.
Public propertyPaperMarginX
Get or set the X direction margin of the placement origin of the part drawing layout in [Paper Defaults].
Public propertyPaperMarginY
Get or set the margin in the Y direction of the placement origin of the part drawing layout in [Paper Defaults].
Public propertyPaperType
Get or set the paper size type.
Public propertyPaperWidth
Gets or sets the Default Paper Width.
Public propertySxfFileVersion
Get or set the data format of SXF file.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also