Click or drag to resize

CSHP Methods

The CSHP type exposes the following members.

Methods
  NameDescription
Public methodAppendItem
Append the current item and data to an old SHP object.
Public methodStatic memberCreate
Create a new SHP object
Protected methodDispose (Overrides CHANDLEDispose(Boolean).)
Public methodiAddIntField
Add an INT type data field to a shape file
Public methodiAddRealField
Add a REAL type data field to a shape file
Public methodiAddStringField
Add a string type data field to a shape file
Public methodiFindField
Find the index for a data field.
Public methodiMaxIDNum
Get the max ID number.
Public methodiNumFields
Get the field number.
Public methodiNumRecords
Get the record number.
Public methodiType
Get the SHP object's geometry type.
Public methodStatic memberOpen
Open an old SHP object
Public methodSetArc
Write an XY arc (polyline) item.
Public methodSetArcZ
Write an XYZ arc (polyline) item.
Public methodSetInt
Set a data value to a int.
Public methodSetIPJ
Set a SHP object's projection.
Public methodSetPoint
Write an XY point item.
Public methodSetPointZ
Write an XYZ point item.
Public methodSetPolygon
Write an XY polygon item.
Public methodSetPolygonZ
Write an XYZ polygon item.
Public methodSetReal
Set a data value to a real.
Public methodSetString
Set a data value to a string.
Public methodWriteItem
Output the current item and data.
Top
See Also