Gets the IFC type name.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.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. |