Share

CurveByPointsUtils.SetProjectionType Method

Sets the projection type of the CurveElement.


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

Syntax

C#

public static void SetProjectionType(
	CurveElement curveElem,
	CurveProjectionType value
)

Parameters

curveElem  CurveElement
The CurveElement.
value  CurveProjectionType
The input projection type.

Exceptions

ExceptionCondition
ArgumentException The input CurveElement is not a CurveByPoints.
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?