DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.FindField | Constructors | Fields | Methods | Properties | Events
Find field in a field list.
// C# public int FindField( string _name );
' VisualBasic Public Function FindField( ByVal _name As String ) As Integer
// Oxygene public function FindField( _name : String ) : Integer; virtual;
Name | Type | Description |
---|---|---|
_name | string String | name of field to be found |
Type | Description |
---|---|
int Integer | Field index (staring for 0) or -1 if not found. |