Click or drag to resize
CMVIEWMapOrigin Method
Get the map origin from a view

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void MapOrigin(
	ref double x_origin,
	ref double y_origin
)

Parameters

x_origin
Type: SystemDouble
Returned map origin - X
y_origin
Type: SystemDouble
Returned map origin - Y
See Also