DK11 for Java | tatukgis.jdk.TGIS_FieldList.Exists | Methods | Properties
Check if field exists.
// Java public bool Exists( int _field );
// Oxygene public function Exists( _field : Integer ) : Boolean;
Name | Type | Description |
---|---|---|
_field | int Integer | field id |
Type | Description |
---|---|
bool Boolean | True if field was found |