RVTDocs.com

CurveByPointsUtils.SetProjectionType

Method
Description:
Sets the projection type of the CurveElement.
Syntax
public static void SetProjectionType(
	CurveElement curveElem,
	CurveProjectionType value
)
Parameters
Parameter Type Description
curveElem CurveElement The CurveElement.
value CurveProjectionType The input projection type.
Return Value
Exceptions
Exception Condition
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