IFCDataGetSimpleType Method

Gets the IFC type name.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string GetSimpleType()

Return Value

String
The name.
Exceptions
ExceptionCondition
InvalidOperationException No type assigned or it is not a simple type.
See Also