Click or drag to resize

CMVIEWSetClassName Method

Set a class name.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetClassName(
	string cl,
	string name
)

public void SetClassName(
	string cl,
	string name
)

Parameters

cl
Type: SystemString
Class
name
Type: SystemString
Name
Remarks
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.
See Also