Returns a list of names of IFC export parameter mapping templates.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static IList<string> ListNames( Document document )
Parameters
- document Document
- The Revit document to retrieve names from.
Return Value
IList<String>The array of strings representing names of predefined setups.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |