Click or drag to resize
CMVIEWTransparency Method
Sets the transparency for new objects.

Available since Oasis montaj version: 6.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
1.0 Renders completely opaque objects while 0.0 will be transparent. Objects written after this will have a combined transparency value with the group transparency if it is set (e.g. 0.5 for group and 0.8 stream will result in 0.4).
Syntax
public void Transparency(
	double d1
)

Parameters

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