<Code Lib>
2020 Method
Changes 0
M

RadialArray.GetCopiedMemberIds

Description:
Retrieves the copied member Ids of the Array.
Remarks:
Note that in the family environment, arrays of count less than 3 are filled with placeholder items so that there are at least 2 copied items. The member ids from these placeholder items are returned too.

public override ICollection<ElementId> GetCopiedMemberIds()

ICollection<ElementId> The copied member Ids of the Array

Loading…