Returns a list of names of predefined setups of export options.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<string> GetPredefinedSetupNames(
Document document
)
Parameters
- document Document
-
A Revit document to retrieve names from.
Return Value
IList<String>
An array of strings representing names of predefined setups.
Exceptions
Remarks
The predefined setups may be used for export to both DWG and DXF formats.
To get predefined options in the desired format use the static method
getPredefinedOptions defined in DWGExportOptions or DXFExportOptions respectively.
See Also
Reference