Click or drag to resize

BasicShapeGetLength 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
)

Parameters

startParam
Type: SystemDouble
start parameter
endParam
Type: SystemDouble
End parameter

Return Value

Type: Double
Shape length between parameters
See Also