DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.FindFieldInternal | Constructors | Fields | Methods | Properties | Events
Finds a field in the fields list (for internal use).
// C# public int FindFieldInternal( string _name );
' VisualBasic Public Function FindFieldInternal( ByVal _name As String ) As Integer
// Oxygene public function FindFieldInternal( _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. |