Share

FamilyInstance.ExtensionUtility Property

Property to check whether the instance can be extended and return the interface for extension operation.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public IExtension ExtensionUtility { get; }

Property Value

IExtension

Remarks

If the family instance can not support extension operation, it returns nullptr

See Also

Reference

Was this information helpful?