Click or drag to resize
CMVIEWSetGroupTransparency Method
Sets the transparency value of group

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)
Syntax
public void SetGroupTransparency(
	string str1,
	double d2
)

Parameters

str1
Type: SystemString
Group name
d2
Type: SystemDouble
Transparency (1.0 - Opaque, 0.0 - Transparent)
See Also