CurveByPointsUtils.SetProjectionType
Method
Description:
Sets the projection type of the CurveElement.
Sets the projection type of the CurveElement.
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 |