Click or drag to resize

CMVIEWMarkAllGroups Method

Mark or unmark all groups.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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