Click or drag to resize

CMVIEWSetMarkMoveable Method

Set the movable attribute of marked groups.

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

public void SetMarkMoveable(
	int move
)

Parameters

move
Type: SystemInt32
0 - not movable, 1 - movable
See Also