DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.FindField | Methods | Properties
Finds a field in the fields list.
// C# public int FindField( WideString _name );
' VisualBasic Public Function FindField( ByVal _name As WideString ) As Integer
// Oxygene public function FindField( _name : WideString ) : Integer;
Name | Type | Description |
---|---|---|
_name | WideString | name of field to be found |
Type | Description |
---|---|
int Integer | Field index (staring for 0) or -1 if not found. |