RVTDocs.com

AdaptiveComponentFamilyUtils.GetNumberOfPlacementPoints

Method
Description:
Gets number of Placement Point Elements in Adaptive Component Family.
Syntax
public static int GetNumberOfPlacementPoints(
	Family family
)
Parameters
Parameter Type Description
family Family The Family
Return Value
Type Description
Int32 Number of Adaptive Placement Point Element References in Adaptive Component Family.
Exceptions
Exception Condition
ArgumentException The Family family is not an Adaptive Component Family.
ArgumentNullException A non-optional argument was null
InvalidOperationException This operation failed.