Gets Placement 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> GetInstancePlacementPointElementRefIds(
FamilyInstance famInst
)
Parameters
- famInst FamilyInstance
-
The FamilyInstance.
Return Value
IList<ElementId>
The Placement Adaptive Point Element Ref ids to which the instance geometry adapts.
Exceptions
Remarks
The output contains placement point ref ids. The element ids are sorted in
by the placement numbers (increasing order).
See Also
Reference