Returns an instance DXFExportOptions containing settings from a predefined export setup.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static DXFExportOptions GetPredefinedOptions(
Document document,
string setup
)
Parameters
- document Document
-
A Revit project document to retrieve the setup from.
- setup String
-
The name of a predefined export setup from the specified document.
Return Value
DXFExportOptions
An instance of predefined DXFExportOptions, or
null if the name was not found.
Exceptions
See Also
Reference