C# Class TestShapeFile.ShapeFileRecord

The ShapeFileRecord class represents the contents of a shape record, which is of variable length.
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
ShapeFileRecord ( ) : System

Constructor for the ShapeFileRecord class.

ToString ( ) : string

Output some of the fields of the shapefile record.

Method Details

ShapeFileRecord() public méthode

Constructor for the ShapeFileRecord class.
public ShapeFileRecord ( ) : System
Résultat System

ToString() public méthode

Output some of the fields of the shapefile record.
public ToString ( ) : string
Résultat string