C# Class Vishcious.ArcGIS.SLContrib.ShapeFileRecord

The ShapeFileRecord class represents the contents of a shape record, which is of variable length.
Show file Open project: OliveiraThales/GeoCache Class Usage Examples

Public Methods

Method Description
ShapeFileRecord ( ) : System

Constructor for the ShapeFileRecord class.

ToString ( ) : string

Output some of the fields of the shapefile record.

Method Details

ShapeFileRecord() public method

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

ToString() public method

Output some of the fields of the shapefile record.
public ToString ( ) : string
return string