DK11 for .NET | TatukGIS.NDK.TGIS_AliasList.Get | Constructors | Methods
Get alias.
// C# public string Get( string _alias );
' VisualBasic Public Function Get( ByVal _alias As String ) As String
// Oxygene public function Get( _alias : String ) : String;
Name | Type | Description |
---|---|---|
_alias | string String | name of the alias (case insensitive) |
Type | Description |
---|---|
string String | value of the alias |