LinearArray.GetCopiedMemberIds
Description:
Retrieves the copied member Ids of the Array.
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.
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
No comments yet. Start the discussion.
Loading…