Click or drag to resize
CMVIEWiIsProjectionEmpty Method
Returns 1 if the view projection and view user projection are both empty (undefined).

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Use, for instance, to see if the map view contains projection information. The first time you add data that has projection information you should set up an empty view projection so that subsequent data added with a different projection is properly displayed in relation to the initial data.
Syntax
public int iIsProjectionEmpty()

Return Value

Type: Int32
1 if the view projection and view user projection are both empty.
See Also