Click or drag to resize

CITRGetZoneModel Method

Get the ITR zone model (e.g. Linear, LogLin, Equal Area) and the accompanying values (if defined)

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetZoneModel(
	ref int model,
	CVV parameters
)

public void GetZoneModel(
	ref int model,
	CVV parameters
)

Parameters

model
Type: SystemInt32
<define>ITR_ZONE_MODEL</define>
parameters
Type: GeoEngine.Core.GXNetXCVV
VV object (REAL): see notes for values returned
Remarks
The following parameters are returned for the following values returned for <define>ITR_ZONE_MODEL</define>: ITR_ZONE_MODEL_LINEAR: [0]: Contour, [1]: Min, [2]: Max ITR_ZONE_MODEL_LOGLIN: [0]: Contour, [1]: Min, [2]: Max ITR_ZONE_MODEL_NORMAL: [0]: Contour, [1]: Mean, [2]: Standard Deviation, [3]: Exponent ITR_ZONE_MODEL_EQUAL: [0]: Contour All other types do not return any values (the VV will be empty).
See Also