Click or drag to resize
CMAPIGetClassName Method
Get a class name.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Map class names are intended to be used to record the names of certain view classes in the map, such as the "Data", "Base" and "Section" views. There can only be one name for each class, but it can be changed. This lets the "Data" class name change, for example, so plotting can select which class to plot to. If a name is not set, the class name is set and returned.
Syntax
public void IGetClassName(
	string str1,
	ref string str2
)

Parameters

str1
Type: SystemString
class
str2
Type: SystemString
name
See Also