 | CSHPiAddIntField Method |
Add an INT type data field to a shape file
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iAddIntField(
string field
)
public int iAddIntField(
string field
)
Public Function iAddIntField (
field As String
) As Integer
Public Function iAddIntField (
field As String
) As Integer
public:
int iAddIntField(
String^ field
)
public:
int iAddIntField(
String^ field
)
member iAddIntField :
field : string -> int
member iAddIntField :
field : string -> int
Parameters
- field
- Type: SystemString
Field name
Return Value
Type:
Int32Index of the new field
Remarks
The returned field index should be used with the SetXXX_SHP
functions to set individual data values.
See Also