Click or drag to resize

CMVIEWCopyMarkedGroups Method

Copies all marked groups from one view into another view

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void CopyMarkedGroups(
	CMVIEW mvie_wd
)

public void CopyMarkedGroups(
	CMVIEW mvie_wd
)

Parameters

mvie_wd
Type: GeoEngine.Core.GXNetXCMVIEW
Destination MVIEW
Remarks
Projections in source and destination views are used to copy the entities. Entities are clipped by the destination view's clipping region.
See Also