The distance from the given point to the polyline
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property Distance As Double Get Set |
C# |
---|
public double Distance { get; set; } |
Visual C++ |
---|
public: property double Distance { double get (); void set (double value); } |
JavaScript |
---|
function get_distance(); function set_distance(value); |