RadialArrayGetNumberOfMembersIncludingPlaceholders Method

Returns the number of items in an array, including placeholder items in families.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int GetNumberOfMembersIncludingPlaceholders()

Return Value

Int32
The number of elements in an array, including placeholder items in families.
Remarks
To find the number of placeholder elements in a family, subtract the value of the NumMembers property from this value.
See Also