Revit 2026 API
IFCDataHas |
Determines if there is one corresponding IFC type.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasSimpleType()
Public Function HasSimpleType As Boolean
public: bool HasSimpleType()
member HasSimpleType : unit -> bool
Return Value
BooleanFalse if there are no corresponding IFC types, or more than one; returns true otherwise.
See Also