RVTDocs.com

DXFExportOptions.GetPredefinedOptions

Method
Description:
Returns an instance DXFExportOptions containing settings from a predefined export setup.
Syntax
public static DXFExportOptions GetPredefinedOptions(
	Document document,
	string setup
)
Parameters
Parameter Type Description
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
Type Description
DXFExportOptions An instance of predefined DXFExportOptions, or if the name was not found.
Exceptions
Exception Condition
ArgumentException document is not a project document.
ArgumentNullException A non-optional argument was null