Click or drag to resize
CMVIEWMarkGroup Method
Mark or unmark a specific group

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void MarkGroup(
	string name,
	int mark
)

Parameters

name
Type: SystemString
Group name
mark
Type: SystemInt32
0 - unmark, 1 - mark
See Also