RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Form

Form.GetProfileAndCurveLoopIndexFromReference

Method
Description:
Given a reference to certain curve or edge, get the index of its profile and curve loop respectively.
Syntax
public void GetProfileAndCurveLoopIndexFromReference(
	Reference curveOrEdgeReference,
	ref int profileIndex,
	ref int curveLoopIndex
)
Parameters
Parameter Type Description
curveOrEdgeReference Reference Reference to a curve/edge that is part of one profile
profileIndex Int32 Profile index for output
curveLoopIndex Int32 Curve loop index for output
Return Value