RVTDocs.com

SolidCurveIntersection.GetCurveSegment

Method
Description:
Gets the curve segment generated by intersection.
Syntax
public Curve GetCurveSegment(
	int index
)
Parameters
Parameter Type Description
index Int32 The index.
Return Value
Type Description
Curve The curve.
Exceptions
Exception Condition
ArgumentException index is out of range.