Click or drag to resize

CMVIEWSetMovability Method

Set the view movability

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

public void SetMovability(
	int movable
)

Parameters

movable
Type: SystemInt32
Remarks
Views are always physically movable in the API, this flag is for preventing accidental moving in the GUI. By default views are not movable.
See Also