C# Class TestShapeFile.ShapeFileReadInfo

The ShapeFileReadInfo class stores information about a shapefile that can be used by external clients during a shapefile read.
Show file Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
ShapeFileReadInfo ( ) : System

Constructor for the ShapeFileReadInfo class.

ToString ( ) : string

Output some of the field values in the form of a string.

Method Details

ShapeFileReadInfo() public method

Constructor for the ShapeFileReadInfo class.
public ShapeFileReadInfo ( ) : System
return System

ToString() public method

Output some of the field values in the form of a string.
public ToString ( ) : string
return string