AdaptiveComponentInstanceUtils.GetInstancePlacementPointElementRefIds
Method
Description:
Gets Placement Adaptive Point Element Ref ids to which the instance geometry adapts.
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).
The output contains placement point ref ids. The element ids are sorted in by the placement numbers (increasing order).
Syntax
public static IList<ElementId> GetInstancePlacementPointElementRefIds(
FamilyInstance famInst
)
Parameters
Parameter | Type | Description |
---|---|---|
famInst | FamilyInstance | The FamilyInstance. |
Return Value
Type | Description |
---|---|
IList | The Placement Adaptive Point Element Ref ids to which the instance geometry adapts. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The FamilyInstance famInst is not an Adaptive Family Instance. -or- The FamilyInstance famInst does not have an Adaptive Family Symbol. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | This operation failed. |