Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Shared Function ClosestPointOnPolyline ( _
	data As Byte(), _
	offset As Integer, _
	numPoints As Integer, _
	pt As PointD _
) As Double
C#
public static double ClosestPointOnPolyline(
	byte[] data,
	int offset,
	int numPoints,
	PointD pt
)
Visual C++
public:
static double ClosestPointOnPolyline(
	array<unsigned char>^ data, 
	int offset, 
	int numPoints, 
	PointD pt
)
JavaScript
EGIS.ShapeFileLib.GeometryAlgorithms.closestPointOnPolyline = function(data, offset, numPoints, pt);

Parameters

data
Type: array<System..::..Byte>[]()[][]
offset
Type: System..::..Int32
numPoints
Type: System..::..Int32
pt
Type: EGIS.ShapeFileLib..::..PointD

See Also