Click or drag to resize

CMVIEWiIsMovable Method

Is this view movable?

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

public int iIsMovable()

Return Value

Type: Int32
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