Click or drag to resize

CMVIEWSetGroupTransparency Method

Sets the transparency value of group

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetGroupTransparency(
	string group_name,
	double trans
)

public void SetGroupTransparency(
	string group_name,
	double trans
)

Parameters

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