2027 Method
Changes 5
M

DXFExportOptions.GetPredefinedOptions

Description:
Returns an instance DXFExportOptions containing settings from a predefined export setup.
public static DXFExportOptions GetPredefinedOptions(
	Document document,
	string setup
)
  • document
    A Revit project document to retrieve the setup from.
  • String
    setup
    The name of a predefined export setup from the specified document.
Return Value DXFExportOptions An instance of predefined DXFExportOptions, or if the name was not found.