LinearArray.GetNumberOfMembersIncludingPlaceholders
Description:
Returns the number of items in an array, including placeholder items in families.
Returns the number of items 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.
To find the number of placeholder elements in a family, subtract the value of the NumMembers property from this value.
public int GetNumberOfMembersIncludingPlaceholders()
Int32
The number of elements in an array, including placeholder items in families.
No comments yet. Start the discussion.
Loading…