DXFExportOptions
Description:
The export options used by exporting DXF format file.
The export options used by exporting DXF format file.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.BaseExportOptions
Autodesk.Revit.DB.ACADExportOptions
Autodesk.Revit.DB.DXFExportOptions
System.Object
Autodesk.Revit.DB.BaseExportOptions
Autodesk.Revit.DB.ACADExportOptions
Autodesk.Revit.DB.DXFExportOptions
public class DXFExportOptions : ACADExportOptions
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| DXFExportOptions() | None | Constructs a new instance of DXFImportOptions with default values of all properties. | |
| DXFExportOptions(DXFExportOptions) | None | Constructs a new instance of DXFImportOptions as a copy of the export options. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetPredefinedOptions(Document, String) | nullNothingnullptr | Returns an instance DXFExportOptions containing settings from a predefined export setup. | |
| Dispose() | None | Releases all resources used by the | BaseExportOptions |
| GetExportFontTable() | ExportFontTable | Gets font table. | BaseExportOptions |
| GetExportLayerTable() | The layer table. | Gets the layer table. | BaseExportOptions |
| GetExportLinetypeTable() | ExportLinetypeTable | Gets a copy of the line type table. | BaseExportOptions |
| GetExportPatternTable() | The pattern table. | Gets a copy of the pattern table. | BaseExportOptions |
| GetPredefinedSetupNames(Document) | IList<string> | Returns a list of names of predefined setups of export options. | BaseExportOptions |
| SetExportFontTable(ExportFontTable) | None | Sets font table to option. | BaseExportOptions |
| SetExportLayerTable(ExportLayerTable) | None | Sets layer table back to option | BaseExportOptions |
| SetExportLinetypeTable(ExportLinetypeTable) | None | Sets the line type table to use during export. | BaseExportOptions |
| SetExportPatternTable(ExportPatternTable) | None | Sets the pattern table to use during export. | BaseExportOptions |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Colors | ExportColorMode | Export color mode. Default value is ExportColorMode.IndexColors. | BaseExportOptions |
| HatchPatternsFileName | string | Custom hatch patterns (pat) file name. | BaseExportOptions |
| HideReferencePlane | bool | Whether or not to hide reference planes. Default value is false. | BaseExportOptions |
| HideScopeBox | bool | Whether or not to hide the scope box. Default value is false. | BaseExportOptions |
| HideUnreferenceViewTags | bool | Whether or not to hide unreference view tags. Default value is false. | BaseExportOptions |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | BaseExportOptions |
| LayerMapping | string | Name of a layer settings standard or filename (with custom layer settings). Valid standards are: DGNV7 (only for DGN), AIA, CP83, BS1192, and ISO13567. | BaseExportOptions |
| PreserveCoincidentLines | bool | Whether or not to preserve coincident lines. Default value is false. | BaseExportOptions |
| PropOverrides | PropOverrideMode | How to export overridden object styles. Default value is PropOverrideMode.ByEntity. | BaseExportOptions |
| ACAPreference | ACAObjectPreference | The preferred way to generate geometry of ACA objects. Default value is ACAObjectPreference.Object. | ACADExportOptions |
| ExportingAreas | bool | True to export area and room geometry, false otherwise. Default value is false. | ACADExportOptions |
| ExportOfSolids | SolidGeometry | The mode used to export solids in 3D views. Default value is SolidGeometry.Polymesh. | ACADExportOptions |
| FileVersion | ACADVersion | ACADVersion::Default Default value is ACADVersion.Default. | ACADExportOptions |
| HatchBackgroundColor | Color | The color that will be set as hatch backgound color on the exported hatch. This color will be used only if useHatchBackgroundColor is true. default value is white | ACADExportOptions |
| LineScaling | LineScaling | The scaling mode for the line type. Default value is LineScaling.ViewScale. | ACADExportOptions |
| LinetypesFileName | string | The custom linetype file name (*.lin). Default value is empty. | ACADExportOptions |
| MarkNonplotLayers | bool | If true and the nonplot layer suffix is not empty, all layers whose names contain that suffix will be marked as non-plot. | ACADExportOptions |
| NonplotSuffix | string | If the MarkNonplotLayers attribute is set to true, all layers with names containing this suffix will be marked as non-plot. No action will be performed if the suffix is empty. | ACADExportOptions |
| SharedCoords | bool | True to use the shared coordinate system's origin, false to use the project origin. Default value is false. | ACADExportOptions |
| TargetUnit | ExportUnit | The target unit type. Default value is ExportUnit.Default. | ACADExportOptions |
| TextTreatment | TextTreatment | The text treatment. Deault value is TextTreatment.Exact. | ACADExportOptions |
| UseHatchBackgroundColor | bool | Indicates if hatch background color will be used or not. default value is false. | ACADExportOptions |