 | 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
Syntaxpublic 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
)
Public Sub IDuplicateView (
view As String,
ByRef n_view As String,
size As Integer,
copy As Integer
)
Public Sub IDuplicateView (
view As String,
ByRef n_view As String,
size As Integer,
copy As Integer
)
public:
void IDuplicateView(
String^ view,
String^% n_view,
int size,
int copy
)
public:
void IDuplicateView(
String^ view,
String^% n_view,
int size,
int copy
)
member IDuplicateView :
view : string *
n_view : string byref *
size : int *
copy : int -> unit
member IDuplicateView :
view : string *
n_view : string byref *
size : int *
copy : int -> unit
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