DK for .NET | TatukGIS.NDK.TGIS_AliasList.Resolve | Constructors | Methods
Resolve alias.
// C# public string Resolve( string _string );
' VisualBasic Public Function Resolve( ByVal _string As String ) As String
// Oxygene public function Resolve( _string : String ) : String;
Name | Type | Description |
---|---|---|
_string | string String | String in a form of 'text <#ALIAS1#> text <<#ALIAS2#> text' |
Type | Description |
---|---|
string String | string with all aliases resolved/expanded |