Revit 2015 API |
AreaLoad..::..Curve Property |
AreaLoad Class See Also |
Returns the geometric curve within a geometric loop that defines the area.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Syntax
C# |
---|
public Curve this[ int loopIndex, int curveIndex ] { get; } |
Visual Basic |
---|
Public ReadOnly Property Curve ( _ loopIndex As Integer, _ curveIndex As Integer _ ) As Curve Get |
Visual C++ |
---|
public: property Curve^ Curve[int loopIndex, int curveIndex] { Curve^ get (int loopIndex, int curveIndex); } |
Parameters
- loopIndex
- Type: System..::..Int32
The index of the geometric loop.
- curveIndex
- Type: System..::..Int32
The index curve within the loop.
Remarks
The loop index should be between 0 and less than NumLoops. The curve index should be
between 0 and less than NumCurves(loopIndex).