AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

STRING MgSelectionBase::GetResourceName ( CREFSTRING  sessionId,
CREFSTRING  mapName 
)

Builds a resource name based on the map name amd the session id.

.NET Syntax
String GetResourceName(string sessionId, string mapName);
Java Syntax
String GetResourceName(String sessionId, String mapName);
PHP Syntax
String GetResourceName(string sessionId, string mapName);

Parameters:
sessionId (String/string) A string that specifies the session id
mapName (String/string) A string that specifies the name of the map. This is the name that was specified when Create was called to create the map object.
Returns:
Resource name.