Click or drag to resize

ArcCalculateLength Method

Performs the calculous that returns the arc's length Can be overriden for derived types of arcs that are not linear.

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected virtual double CalculateLength()

Return Value

Type: Double
See Also