Gets storage value as IFCAnyHandle when its PrimitiveType is instance.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IFCAnyHandle AsInstance()
Return Value
IFCAnyHandleThe IFCAnyHandle.
Exceptions
| Exception | Condition |
|---|---|
| InapplicableDataException | The primitive type is not instance. |
