Click or drag to resize
CSHP Class
The SHP class is used to create ESRI shape files.
Inheritance Hierarchy

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public class CSHP : CHANDLE

The CSHP type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneAppendItem
Append the current item and data to an old SHP object.
Public methodAvailable to anyoneStatic memberCreate
Create a new SHP object
Protected methodDispose
Releases the unmanaged resources used by the CSHP and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneiAddIntField
Add an INT type data field to a shape file
Public methodAvailable to anyoneiAddRealField
Add a REAL type data field to a shape file
Public methodAvailable to anyoneiAddStringField
Add a string type data field to a shape file
Public methodAvailable to anyoneiFindField
Find the index for a data field.
Public methodAvailable to anyoneiMaxIDNum
Get the max ID number.
Public methodAvailable to anyoneiNumFields
Get the field number.
Public methodAvailable to anyoneiNumRecords
Get the record number.
Public methodAvailable to anyoneiType
Get the SHP object's geometry type.
Public methodAvailable to anyoneStatic memberOpen
Open an old SHP object
Public methodAvailable to anyoneSetArc
Write an XY arc (polyline) item.
Public methodAvailable to anyoneSetArcZ
Write an XYZ arc (polyline) item.
Public methodAvailable to anyoneSetInt
Set a data value to a int.
Public methodAvailable to anyoneSetIPJ
Set a SHP object's projection.
Public methodAvailable to anyoneSetPoint
Write an XY point item.
Public methodAvailable to anyoneSetPointZ
Write an XYZ point item.
Public methodAvailable to anyoneSetPolygon
Write an XY polygon item.
Public methodAvailable to anyoneSetPolygonZ
Write an XYZ polygon item.
Public methodAvailable to anyoneSetReal
Set a data value to a real.
Public methodAvailable to anyoneSetString
Set a data value to a string.
Public methodAvailable to anyoneWriteItem
Output the current item and data.
Top
See Also