Given a reference to certain curve in the path, return its index.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int GetPathCurveIndexByCurveReference(
Reference curveReference
)
Parameters
- curveReference Reference
- Reference to the curve in path
Return Value
Int32
See Also
Reference