Revit 2025.3 API
IFCDataGet |
Gets the multiple strings represent one IFC type name.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<string> GetTypeList()
Public Function GetTypeList As IList(Of String)
public: IList<String^>^ GetTypeList()
member GetTypeList : unit -> IList<string>
Return Value
IListStringThe strings.
| Exception | Condition |
|---|---|
| InvalidOperationException | No type assigned or it is a simple type. |
See Also