BaseArrayGetCopiedMemberIds Method

Retrieves the copied member Ids of the Array.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public abstract ICollection<ElementId> GetCopiedMemberIds()

Return Value

ICollectionElementId
The copied member Ids of the Array
See Also