PolylineSegmentGetParameterOf Method |
Returns the parameter at point value.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic double GetParameterOf(
Point2d pt
)
Public Function GetParameterOf (
pt As Point2d
) As Double
public:
double GetParameterOf(
Point2d pt
)
member GetParameterOf :
pt : Point2d -> float
Parameters
- pt
- Type: Point2d
The Point2d on the segment where we want to know the parameter.
Return Value
Type:
DoubleA real number beween 0.0 and 1.0, or -1.0 if the point is not on the segment.
See Also