Click or drag to resize

CMAPIDuplicateView Method (String, String, Int32, Int32)

Duplicate an entire view

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

public void IDuplicateView(
	string view,
	ref string n_view,
	int size,
	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)
size
Type: SystemInt32
Length of view name buffer
copy
Type: SystemInt32
Copy all groups
See Also