Click or drag to resize
CMVIEWScaleAllGroup Method
Scale all groups (except for GRID) 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)
Notes
X (and Y) scale is the ratio of the new dimension over the old dimension of a reference object. For example, if a horizontal straight line of 10m long becomes 20m, X scale should be 2. The view is then scaled back so that the view occupies the same area size as before. The view's clip area is updated as well.
Syntax
public void ScaleAllGroup(
	double d1,
	double d2
)

Parameters

d1
Type: SystemDouble
X scale
d2
Type: SystemDouble
Y scale
See Also