Click or drag to resize

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.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void EndShading(
	int apply_changes
)

public void EndShading(
	int apply_changes
)

Parameters

apply_changes
Type: SystemInt32
Apply changes to map.
See Also