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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
MVIEW class names are intended to be used to record the names of certain classes in the view, such as "Plane" for the default drawing plane.
Syntax
public void IGetClassName(
	string str1,
	ref string str2
)

Parameters

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