DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.getBindedFieldInternal | Constructors | Fields | Methods | Properties | Events
Get field value for a shape given by unique identity.
// C# protected Variant getBindedFieldInternal( TObject _shape, int _field, int _cursor );
' VisualBasic Protected Function getBindedFieldInternal( ByVal _shape As TObject, ByVal _field As Integer, ByVal _cursor As Integer ) As Variant
// Oxygene protected function getBindedFieldInternal( _shape : TObject; _field : Integer; _cursor : Integer ) : Variant; virtual;
Name | Type | Description |
---|---|---|
_shape | TObject | shape from which field will be retrieved |
_field | int Integer | field bind number |
_cursor | int Integer | cursor id |
Type | Description |
---|---|
Variant | Field value. |
To obtain such identify call bindField. Override this in classes derived from GIS_LayerVector.