 | CSHDEndShading Method |
This ends interactive shading and must be called if any interactive changes should be applied. Passing false to apply changes is equivalent to simply disposing handle.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void EndShading(
int apply_changes
)
public void EndShading(
int apply_changes
)
Public Sub EndShading (
apply_changes As Integer
)
Public Sub EndShading (
apply_changes As Integer
)
public:
void EndShading(
int apply_changes
)
public:
void EndShading(
int apply_changes
)
member EndShading :
apply_changes : int -> unit
member EndShading :
apply_changes : int -> unit
Parameters
- apply_changes
- Type: SystemInt32
Apply changes to map.
See Also