DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Config.AbsolutePath | Methods | Properties
Computes absolute path for path relative to configuration file.
// C# public WideString AbsolutePath( WideString _path );
' VisualBasic Public Function AbsolutePath( ByVal _path As WideString ) As WideString
// Oxygene public function AbsolutePath( _path : WideString ) : WideString;
Name | Type | Description |
---|---|---|
_path | WideString | relative path |
Type | Description |
---|---|
WideString | absolute path |