Given a reference to certain curve or edge, get the index of its profile and curve loop respectively.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.0)
Syntax
C# |
---|
public void GetProfileAndCurveLoopIndexFromReference(
Reference curveOrEdgeReference,
ref int profileIndex,
ref int curveLoopIndex
) |
Visual Basic |
---|
Public Sub GetProfileAndCurveLoopIndexFromReference ( _
curveOrEdgeReference As Reference, _
ByRef profileIndex As Integer, _
ByRef curveLoopIndex As Integer _
) |
Visual C++ |
---|
public:
void GetProfileAndCurveLoopIndexFromReference(
Reference^ curveOrEdgeReference,
int% profileIndex,
int% curveLoopIndex
) |
See Also