Click or drag to resize
CMAPIDuplicateView Method (String, String, Int32)
Duplicate an entire view

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void IDuplicateView(
	string view,
	ref string n_view,
	int copy
)

Parameters

view
Type: SystemString
Name of view to duplicate
n_view
Type: SystemString
Name of new view created (pass in "" and the new name is returned)
copy
Type: SystemInt32
Copy all groups
See Also