DK11 for Java | tatukgis.jdk.TGIS_LayerVector.FindField | Constructors | Fields | Methods | Properties | Events
Finds a field in the fields list.
// Java public int FindField( java.lang.String _name );
// Oxygene public function FindField( _name : String ) : Integer; virtual;
Name | Type | Description |
---|---|---|
_name | java.lang.String String | name of field to be found |
Type | Description |
---|---|
int Integer | Field index (staring for 0) or -1 if not found. |