ILNumerics Ultimate VS

ShapefileReader Constructor (Byte, Byte)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Use constructor to read data from a shapefile and write the data to a cell.

[ILNumerics Drawing2 Toolbox]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public ShapefileReader(
	byte[] mainFile,
	byte[] indexFile
)

Parameters

mainFile
Type: SystemByte
is a byte array that contains the geometry data of a Shapefile.
indexFile
Type: SystemByte
is a byte array that contains the offset and length of each record of the main file.
Exceptions

ExceptionCondition
ArgumentExceptionIf the provided shapefile does not contain the shape type polygon.
ArgumentExceptionIf the provided shapefile is empty.
Remarks

[ILNumerics Drawing2 Toolbox]

See Also

Reference