Click or drag to resize

CMVIEWGetMakerName Method (Int32, String, Int32)

Used to retrieve the maker for a particular view group.

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

public void GetMakerName(
	int group,
	ref string str_val,
	int length
)

Parameters

group
Type: SystemInt32
Group number
str_val
Type: SystemString
String in which to place the maker name
length
Type: SystemInt32
Maximum maker name size.
See Also