PointLocationOnCurve
Constructor
Description:
Constructs a new instance of a class, with given or default values, to place a point on a curve.
Constructs a new instance of a class, with given or default values, to place a point on a curve.
Syntax
public PointLocationOnCurve(
PointOnCurveMeasurementType measType,
double measValue,
PointOnCurveMeasureFrom measFrom
)
Parameters
Parameter | Type | Description |
---|---|---|
measType | PointOnCurveMeasurementType | |
measValue | Double | |
measFrom | PointOnCurveMeasureFrom |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |