 | CITRSetZoneModel Method |
Set 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
Syntaxpublic void SetZoneModel(
int model,
CVV parameters
)
public void SetZoneModel(
int model,
CVV parameters
)
Public Sub SetZoneModel (
model As Integer,
parameters As CVV
)
Public Sub SetZoneModel (
model As Integer,
parameters As CVV
)
public:
void SetZoneModel(
int model,
CVV^ parameters
)
public:
void SetZoneModel(
int model,
CVV^ parameters
)
member SetZoneModel :
model : int *
parameters : CVV -> unit
member SetZoneModel :
model : int *
parameters : CVV -> unit
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 required for the following values of <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 require any values (the VV will be empty).
NOTE: This will not change the actual ranges, so care is needed when using this function that the input
specification accurately reflects the actual ranges.
See Also