Click or drag to resize

CDCOLiUpdateZoneTransformParameters Method (Int32)

Recalculate the layer's ITR, based on the current type of the DCOL. Launches anappropriate zone transform type parameter GUI based on the current selection.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iUpdateZoneTransformParameters(
	int index
)

public int iUpdateZoneTransformParameters(
	int index
)

Parameters

index
Type: SystemInt32
Index of layer

Return Value

Type: Int32
0 - Ok 1 - Cancel
Remarks
The transform type assumed is the current transform type for the DCOL. The dialogs to enter parameters are shown for Linear, Log, Normal and Equal.
See Also