BasicShapeGetPointAtParameter Method |
Get the coordinates of the specified parameter.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract Point2d GetPointAtParameter(
double param
)
Public MustOverride Function GetPointAtParameter (
param As Double
) As Point2d
Parameters
- param
- Type: SystemDouble
Return Value
Type:
Point2dSee Also