<Code Lib>
2022 Method
Changes 0
M

LinearArray.GetCopiedMemberIds

Description:
Retrieves the copied member Ids of the Array.
Remarks:
Note that in the family environment, arrays of count 0 or 1 use a placeholder item for the first copied item. The member ids from the placeholder item are returned too.

public override ICollection<ElementId> GetCopiedMemberIds()

ICollection<ElementId> The copied member Ids of the Array

Loading…