MassInstanceUtils.GetJoinedElementIds
Method
Description:
Get the ElementIds of Elements that are joined to a mass instance.
Get the ElementIds of Elements that are joined to a mass instance.
Syntax
public static IList<ElementId> GetJoinedElementIds(
Document document,
ElementId massInstanceId
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The Document. |
| massInstanceId | ElementId | The ElementId of the mass instance. |
Return Value
| Type | Description |
|---|---|
| IList | ElementIds of Elements joined to the mass instance. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The ElementId massInstanceId is not a mass instance. |
| ArgumentNullException | A non-optional argument was null |