Share

CurveByPointsUtils.GetProjectionType Method

Gets the projection type of the CurveElement.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static CurveProjectionType GetProjectionType(
	CurveElement curveElem
)

Parameters

curveElem  CurveElement
The CurveElement.

Return Value

CurveProjectionType
The projection type.

Exceptions

ExceptionCondition
ArgumentException The input CurveElement is not a CurveByPoints.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?