DK11 for .NET | TatukGIS.NDK.TGIS_FieldValueAliases.ResolveGet | Constructors | Methods | Properties
Resolve value in a meaning of reading it from a layer. Value will be substituted with alias
// C# public string ResolveGet( string _value );
' VisualBasic Public Function ResolveGet( ByVal _value As String ) As String
// Oxygene public function ResolveGet( _value : String ) : String;
Name | Type | Description |
---|---|---|
_value | string String | value form a layer |
Type | Description |
---|---|
string String | value to be presented to a user |