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

Form.ProfileCurveLoopCount

Property
Description:
The number of curve loops in certain profile, specified by profile index.
Syntax
public int this[
	int index
] { get; }
Parameters
Parameter Type Description
index Int32 Index to specify the profile, should be within 0 and (ProfileCount - 1).
Return Value