RVTDocs.com
Namespace: Autodesk.Revit.DB Class: BaseArray

BaseArray.NumMembers

Property
Description:
Retrieves or changes the number of the arrayed members.
Remarks:
In projects, the minimum value is 2 for linear arrays and 3 for radial arrays. In families, the minimum value is 0 for all arrays. The maximum value is 200.
Syntax
public abstract int NumMembers { get; set; }