DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.bindField | Constructors | Fields | Methods | Properties | Events
Obtain a bind number for a given field name.
// C# protected virtual int bindField( string _name, int _cursor );
' VisualBasic Protected Overridable Function bindField( ByVal _name As String, ByVal _cursor As Integer ) As Integer
// Oxygene protected function bindField( _name : String; _cursor : Integer ) : Integer; virtual;
Name | Type | Description |
---|---|---|
_name | string String | field name |
_cursor | int Integer | cursor id |
Type | Description |
---|---|
int Integer | Bind field id staring form 0 or -1 if not found. |