Click or drag to resize

CDCOLSetTransparency Method

Set the transparency. This is set for the entire map group.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetTransparency(
	double transparency
)

public void SetTransparency(
	double transparency
)

Parameters

transparency
Type: SystemDouble
Transparency value (1.0 - Opaque, 0.0 - Transparent)
See Also