 | CDCOLEnd Method |
TODO
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void End(
int apply_changes
)
public void End(
int apply_changes
)
Public Sub End (
apply_changes As Integer
)
Public Sub End (
apply_changes As Integer
)
public:
void End(
int apply_changes
)
public:
void End(
int apply_changes
)
member End :
apply_changes : int -> unit
member End :
apply_changes : int -> unit
Parameters
- apply_changes
- Type: SystemInt32
Apply changes to map.
See Also