Click or drag to resize
CMVIEWSetClassName Method
Set 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 SetClassName(
	string str1,
	string str2
)

Parameters

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