BasicShape.GetLength Method |
Get the length of the figure between the specified parameters.
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 GetLength(
double startParam,
double endParam
)
Public MustOverride Function GetLength (
startParam As Double,
endParam As Double
) As Double
Parameters
- startParam
- Type: System.Double
start parameter - endParam
- Type: System.Double
End parameter
Return Value
Type:
Double Shape length between parameters
See Also