DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.GetField | Constructors | Fields | Methods | Properties | Events
Get field value for a shape determined by unique identity.
// C# public Variant GetField( long _uid, string _name );
' VisualBasic Public Function GetField( ByVal _uid As Long, ByVal _name As String ) As Variant
// Oxygene public function GetField( _uid : TGIS_Uid; _name : String ) : Variant; virtual;
Name | Type | Description |
---|---|---|
_uid | long TGIS_Uid | identity |
_name | string String | field name |
Type | Description |
---|---|
Variant | Field value. If field value is Null then function will return default value. GetFieldEx will return raw value instead. |
Use this method to get field value for a shape given by unique identity.
When using this operation, never call any function which uses FindFirst..FindNext (any function which iterates through the shapes using it - so never use inside an operation like Locate, PaintScope etc.).