FormCurveLoopReferencesOnProfile Property |
The curve references in certain curve loop, specified by profile index and curve loop index.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ReferenceArray this[
int profileIndex,
int curveLoopIndex
] { get; }
Public ReadOnly Property CurveLoopReferencesOnProfile (
profileIndex As Integer,
curveLoopIndex As Integer
) As ReferenceArray
Get
public:
property ReferenceArray^ CurveLoopReferencesOnProfile[int profileIndex, int curveLoopIndex] {
ReferenceArray^ get (int profileIndex, int curveLoopIndex);
}
member CurveLoopReferencesOnProfile : ReferenceArray with get
Parameters
- 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).
Property Value
ReferenceArray
See Also