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.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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