 | CMAPIDuplicateView Method (String, String, 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 copy
)
public void IDuplicateView(
string view,
ref string n_view,
int copy
)
Public Sub IDuplicateView (
view As String,
ByRef n_view As String,
copy As Integer
)
Public Sub IDuplicateView (
view As String,
ByRef n_view As String,
copy As Integer
)
public:
void IDuplicateView(
String^ view,
String^% n_view,
int copy
)
public:
void IDuplicateView(
String^ view,
String^% n_view,
int copy
)
member IDuplicateView :
view : string *
n_view : string byref *
copy : int -> unit
member IDuplicateView :
view : string *
n_view : string byref *
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) - copy
- Type: SystemInt32
Copy all groups
See Also