Click or drag to resize
CMVIEWIGetClassName Method (String, String, Int32)
Get a class name.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 cl,
	ref string name,
	int length
)

Parameters

cl
Type: SystemString
Class
name
Type: SystemString
Name
length
Type: SystemInt32
Maximum name length
See Also