User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_fieldvaluealiases.resolveget_widestring

Table of Contents

ITGIS_FieldValueAliases.ResolveGet method

DK for ActiveX | TatukGIS_XDK11.ITGIS_FieldValueAliases.ResolveGet | Methods | Properties

Resolve value in a meaning of reading it from a layer. Value will be substituted with alias

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public WideString ResolveGet(
  WideString _value
);
' VisualBasic
Public Function ResolveGet(
  ByVal _value As WideString
) As WideString
// Oxygene
public
  function ResolveGet(
    _value : WideString
  ) : WideString;

Parameters

Name Type Description
_value WideString value form a layer

Result

Type Description
WideString value to be presented to a user
2025/01/31 01:04

Page Tools