Click or drag to resize
CMVIEWRelocateGroup Method
Re-locate a group in a view.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void RelocateGroup(
	string str1,
	double d2,
	double d3,
	double d4,
	double d5,
	int i6
)

Parameters

str1
Type: SystemString
group name
d2
Type: SystemDouble
area X minimum
d3
Type: SystemDouble
area Y minimum
d4
Type: SystemDouble
area X maximum
d5
Type: SystemDouble
area Y maximum
i6
Type: SystemInt32
See MVIEW_RELOCATEConstant
See Also