AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
Extracts the resource's path from the resource identifier.
.NET Syntax
Java Syntax
PHP Syntax
Example (PHP)
$resourceID = new MgResourceIdentifier("Library://Geography/World.MapDefinition"); $path = $resourceID->GetPath(); // returns: "Geography"
|