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

Syntax

Visual Basic
Public Shared Function IsPolygonHole ( _
	data As Byte(), _
	offset As Integer, _
	numPoints As Integer _
) As Boolean
C#
public static bool IsPolygonHole(
	byte[] data,
	int offset,
	int numPoints
)
Visual C++
public:
static bool IsPolygonHole(
	array<unsigned char>^ data, 
	int offset, 
	int numPoints
)
JavaScript
EGIS.ShapeFileLib.GeometryAlgorithms.isPolygonHole = function(data, offset, numPoints);

Parameters

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

See Also