Click or drag to resize

CMVIEWSetGroupMoveable Method

Set the movable attribute of a group.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetGroupMoveable(
	string group,
	int move
)

public void SetGroupMoveable(
	string group,
	int move
)

Parameters

group
Type: SystemString
Group name
move
Type: SystemInt32
0 - not movable, 1 - movable
See Also