DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.GetFieldEx | Methods | Properties
Gets a field value for a shape determined by its unique identity.
// C# public OleVariant GetFieldEx( OleVariant _uid, WideString _name );
' VisualBasic Public Function GetFieldEx( ByVal _uid As OleVariant, ByVal _name As WideString ) As OleVariant
// Oxygene public function GetFieldEx( _uid : OleVariant; _name : WideString ) : OleVariant;
Name | Type | Description |
---|---|---|
_uid | OleVariant | identity |
_name | WideString | field name |
Type | Description |
---|---|
OleVariant | Field value. If field value is Null then function will return Null default value. GetField will return a default value instead. |
Use this method to get a field value for a shape given by its unique identity.
When using this operation, never call any function which uses FindFirst..FindNext (i.e., any function which iterates through the shapes using it). So never use inside an operation like Locate etc.