Click or drag to resize

CITRSetZoneActive Method

Set whether a zone of the ITR is active (1) or rendered trasparent (0)

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetZoneActive(
	int zone,
	int active
)

public void SetZoneActive(
	int zone,
	int active
)

Parameters

zone
Type: SystemInt32
Number of the zone to set.
active
Type: SystemInt32
1: active, 0: inactive (transparent)
Remarks
Valid indices are 0 to N-1, where N is the size of the ITR.
See Also