Click or drag to resize

CITRiGetZoneActive Method

Get 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 int iGetZoneActive(
	int zone
)

public int iGetZoneActive(
	int zone
)

Parameters

zone
Type: SystemInt32
Number of the zone to set.

Return Value

Type: Int32
Remarks
Valid indices are 0 to N-1, where N is the size of the ITR.
See Also