Click or drag to resize
CMVIEWCopyMarkedGroups Method
Copies all marked groups from one view into another 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
Projections in source and destination views are used to copy the entities. Entities are clipped by the destination view's clipping region.
Syntax
public void CopyMarkedGroups(
	CMVIEW oMVIEW1
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
Destination MVIEW
See Also