Click or drag to resize

CMAPIGetMapName Method (String, Int32)

Get the Map Name of the Map.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGetMapName(
	ref string name,
	int length
)

public void IGetMapName(
	ref string name,
	int length
)

Parameters

name
Type: SystemString
Returned map name
length
Type: SystemInt32
Size of map name string
See Also