DK11 for .NET | TatukGIS.NDK.TGIS_Config.RelativePath | Constructors | Fields | Methods | Properties
Computes path relative to configuration file.
// C# public string RelativePath( string _path );
' VisualBasic Public Function RelativePath( ByVal _path As String ) As String
// Oxygene public function RelativePath( _path : String ) : String;
Name | Type | Description |
---|---|---|
_path | string String | path to be relative |
Type | Description |
---|---|
string String | relative path |