Share

RadialArray.GetNumberOfMembersIncludingPlaceholders 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.2.0.0 (26.2.0.0)

Syntax

C#

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

Reference

Was this information helpful?