ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
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
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
Exception | Condition |
---|---|
ArgumentException | If the provided shapefile does not contain the shape type polygon. |
ArgumentException | If the provided shapefile is empty. |
Remarks
[ILNumerics Drawing2 Toolbox]
See Also