Revit 2025 API
FormGet |
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: 25.0.0.0 (25.0.0.0)
Syntax
public void GetProfileAndCurveLoopIndexFromReference( Reference curveOrEdgeReference, ref int profileIndex, ref int curveLoopIndex )
Public Sub GetProfileAndCurveLoopIndexFromReference ( curveOrEdgeReference As Reference, ByRef profileIndex As Integer, ByRef curveLoopIndex As Integer )
public: void GetProfileAndCurveLoopIndexFromReference( Reference^ curveOrEdgeReference, int% profileIndex, int% curveLoopIndex )
member GetProfileAndCurveLoopIndexFromReference : curveOrEdgeReference : Reference * profileIndex : int byref * curveLoopIndex : int byref -> unit
Parameters
See Also