CurveByPointsUtils.SetProjectionType
Description:
Sets the projection type of the CurveElement.
Sets the projection type of the CurveElement.
public static void SetProjectionType(
CurveElement curveElem,
CurveProjectionType value
)
-
curveElemThe CurveElement.
-
valueThe input projection type.
-
The input CurveElement is not a CurveByPoints.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration