Gets Shape Handle Adaptive Point Element Ref ids to which the instance geometry adapts.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static IList<ElementId> GetInstanceShapeHandlePointElementRefIds(
FamilyInstance famInst
)
Parameters
- famInst FamilyInstance
-
The FamilyInstance
Return Value
IList<ElementId>
The Shape Handle Adaptive Point Element Ref ids to which the instance geometry adapts.
Exceptions
Remarks
The output contains shape handle point ref ids.
If there are no shape handle points defined in the Family then the output
is empty.
See Also
Reference