 | CTRANSFORMLAYEREnd Method |
End interactive editing for selected grid layer in gmsys.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void End(
int applyChanges
)
public void End(
int applyChanges
)
Public Sub End (
applyChanges As Integer
)
Public Sub End (
applyChanges As Integer
)
public:
void End(
int applyChanges
)
public:
void End(
int applyChanges
)
member End :
applyChanges : int -> unit
member End :
applyChanges : int -> unit
Parameters
- applyChanges
- Type: SystemInt32
Apply changes to layer.
See Also