DXFExportOptions Methods

The DXFExportOptions type exposes the following members.

Methods

  NameDescription
Public methodDispose (Inherited from BaseExportOptions.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetExportFontTable
Gets font table.
(Inherited from BaseExportOptions.)
Public methodGetExportLayerTable
Gets the layer table.
(Inherited from BaseExportOptions.)
Public methodGetExportLinetypeTable
Gets a copy of the line type table.
(Inherited from BaseExportOptions.)
Public methodGetExportPatternTable
Gets a copy of the pattern table.
(Inherited from BaseExportOptions.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetPredefinedOptions
Returns an instance DXFExportOptions containing settings from a predefined export setup.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetExportFontTable
Sets font table to option.
(Inherited from BaseExportOptions.)
Public methodSetExportLayerTable
Sets layer table back to option
(Inherited from BaseExportOptions.)
Public methodSetExportLinetypeTable
Sets the line type table to use during export.
(Inherited from BaseExportOptions.)
Public methodSetExportPatternTable
Sets the pattern table to use during export.
(Inherited from BaseExportOptions.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also