Click or drag to resize
CMVIEWGetGroupExtent Method
Get extent of a group in 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 GetGroupExtent(
	string group_name,
	ref double xmin,
	ref double ymin,
	ref double xmax,
	ref double ymax,
	int unit
)

Parameters

group_name
Type: SystemString
Group name
xmin
Type: SystemDouble
Minimum X, returned
ymin
Type: SystemDouble
Minimum Y, returned
xmax
Type: SystemDouble
Maximum X, returned
ymax
Type: SystemDouble
Maximum Y, returned
unit
Type: SystemInt32
<define>MVIEW_UNIT</define>
See Also