Revit 2025 API
Export |
Returns a list of names of dwg/dxf export settings.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static IList<string> ListNames( Document aDoc )
Public Shared Function ListNames ( aDoc As Document ) As IList(Of String)
public: static IList<String^>^ ListNames( Document^ aDoc )
static member ListNames : aDoc : Document -> IList<string>
Parameters
- aDoc Document
- A Revit document to retrieve names from.
Return Value
IListStringAn array of strings representing names of predefined setups.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also