User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_fieldvaluealiases.resolveset_variant

Table of Contents

TGIS_FieldValueAliases.ResolveSet method

DK11 for .NET | TatukGIS.NDK.TGIS_FieldValueAliases.ResolveSet | Constructors | Methods | Properties

Resolve value in a meaning of saving it to a layer. Alias will be resolved to a corresponding field value.

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

Syntax

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

Parameters

Name Type Description
_value Variant value to be check

Result

Type Description
Variant value to be saved to a layer
2022/11/16 01:30

Page Tools