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

Form.CurveLoopReferencesOnProfile

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