IFCDataAsInstance Method

Gets storage value as IFCAnyHandle when its PrimitiveType is instance.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IFCAnyHandle AsInstance()

Return Value

IFCAnyHandle
The IFCAnyHandle.
Exceptions
ExceptionCondition
InapplicableDataException The primitive type is not instance.
See Also