Namespace:
EGIS.ShapeFileLib
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Function ClosestPointOnPolyline ( _ points As PointD(), _ offset As Integer, _ numPoints As Integer, _ pt As PointD _ ) As Double |
C# |
---|
public static double ClosestPointOnPolyline( PointD[] points, int offset, int numPoints, PointD pt ) |
Visual C++ |
---|
public: static double ClosestPointOnPolyline( array<PointD>^ points, int offset, int numPoints, PointD pt ) |
JavaScript |
---|
EGIS.ShapeFileLib.GeometryAlgorithms.closestPointOnPolyline = function(points, offset, numPoints, pt); |
Parameters
- points
- Type: array<EGIS.ShapeFileLib..::..PointD>[]()[][]
- offset
- Type: System..::..Int32
- numPoints
- Type: System..::..Int32
- pt
- Type: EGIS.ShapeFileLib..::..PointD