Click or drag to resize

CMVIEWMarkAllGroups Method

Mark or unmark all groups.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void MarkAllGroups(
	int mark
)

public void MarkAllGroups(
	int mark
)

Parameters

mark
Type: SystemInt32
0 - unmark, 1 - mark
See Also