CurveByPointsUtils.GetProjectionType
Method
Description:
Gets the projection type of the CurveElement.
Gets the projection type of the CurveElement.
Parameters
Parameter | Type | Description |
---|---|---|
curveElem | CurveElement | The CurveElement. |
Return Value
Type | Description |
---|---|
CurveProjectionType | The projection type. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The input CurveElement is not a CurveByPoints. |
ArgumentNullException | A non-optional argument was null |