Gets the IFC type name.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public string GetSimpleType()
Return Value
StringThe name.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | No type assigned or it is not a simple type. |
