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.
// C# public Variant ResolveSet( Variant _value );
' VisualBasic Public Function ResolveSet( ByVal _value As Variant ) As Variant
// Oxygene public function ResolveSet( _value : Variant ) : Variant;
Name | Type | Description |
---|---|---|
_value | Variant | value to be check |
Type | Description |
---|---|
Variant | value to be saved to a layer |