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

DividedPath.IsValidFixedNumberOfPoints

Method
Description:
Identifies if the indicated number of points is valid for assignment to a DividedPath with a layout type 'FixedNumber'.
Syntax
public static bool IsValidFixedNumberOfPoints(
	int fixedNumberOfPoints
)
Parameters
Parameter Type Description
fixedNumberOfPoints Int32
Return Value