C# 클래스 TestShapeFile.ShapeFileReadInfo

The ShapeFileReadInfo class stores information about a shapefile that can be used by external clients during a shapefile read.
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 메소드들

메소드 설명
ShapeFileReadInfo ( ) : System

Constructor for the ShapeFileReadInfo class.

ToString ( ) : string

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

메소드 상세

ShapeFileReadInfo() 공개 메소드

Constructor for the ShapeFileReadInfo class.
public ShapeFileReadInfo ( ) : System
리턴 System

ToString() 공개 메소드

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