BasicShapeGetParameterAtPoint Method |
Get the parameters of the specified coordinates.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract double GetParameterAtPoint(
Point2d point
)
Public MustOverride Function GetParameterAtPoint (
point As Point2d
) As Double
Parameters
- point
- Type: RootPro.RootProCAD.GeometryPoint2d
Return Value
Type:
DoubleSee Also