Revit 2026 API
IFCDataGet |
Gets the IFC type name.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetSimpleType()
Public Function GetSimpleType As String
public: String^ GetSimpleType()
member GetSimpleType : unit -> string
Return Value
StringThe name.

Exception | Condition |
---|---|
InvalidOperationException | No type assigned or it is not a simple type. |
See Also