Click or drag to resize
CMVIEWCopyMarkedGroups Method
Copies all marked groups from one view into another 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)
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 mvie_wd
)

Parameters

mvie_wd
Type: GeoEngine.Core.GXNetXCMVIEW
Destination MVIEW
See Also