Share

BaseArray.GetOriginalMemberIds Method

Retrieves the original member Ids of the Array.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public abstract ICollection<ElementId> GetOriginalMemberIds()

Return Value

ICollection<ElementId>
The original member Ids of the Array

See Also

Reference

Was this information helpful?