Click or drag to resize

CMVIEWRelocateGroup Method

Re-locate a group in a view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void RelocateGroup(
	string group,
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	int asp
)

public void RelocateGroup(
	string group,
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	int asp
)

Parameters

group
Type: SystemString
Group name
min_x
Type: SystemDouble
Area X minimum
min_y
Type: SystemDouble
Area Y minimum
max_x
Type: SystemDouble
Area X maximum
max_y
Type: SystemDouble
Area Y maximum
asp
Type: SystemInt32
<define>MVIEW_RELOCATE</define>
See Also