 | CMAPSetClassName Method |
Set a class name.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetClassName(
string cl,
string name
)
public void SetClassName(
string cl,
string name
)
Public Sub SetClassName (
cl As String,
name As String
)
Public Sub SetClassName (
cl As String,
name As String
)
public:
void SetClassName(
String^ cl,
String^ name
)
public:
void SetClassName(
String^ cl,
String^ name
)
member SetClassName :
cl : string *
name : string -> unit
member SetClassName :
cl : string *
name : string -> unit
Parameters
- cl
- Type: SystemString
Class - name
- Type: SystemString
Name
Remarks
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.
See Also