AsInstance Method


IFCData As Instance Method

Gets storage value as IFCAnyHandle when its PrimitiveType is instance.

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

Return Value

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