<Code Lib>
2024 Method
Changes 0
M

AdaptiveComponentInstanceUtils.GetInstancePlacementPointElementRefIds

Description:
Gets Placement Adaptive Point Element Ref ids to which the instance geometry adapts.
Remarks:
The output contains placement point ref ids. The element ids are sorted in by the placement numbers (increasing order).

public static IList<ElementId> GetInstancePlacementPointElementRefIds(
	FamilyInstance famInst
)

Return Value IList<ElementId> The Placement Adaptive Point Element Ref ids to which the instance geometry adapts.

Loading…