 | 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
Syntaxpublic int iUpdateZoneTransformParameters(
int index
)
public int iUpdateZoneTransformParameters(
int index
)
Public Function iUpdateZoneTransformParameters (
index As Integer
) As Integer
Public Function iUpdateZoneTransformParameters (
index As Integer
) As Integer
public:
int iUpdateZoneTransformParameters(
int index
)
public:
int iUpdateZoneTransformParameters(
int index
)
member iUpdateZoneTransformParameters :
index : int -> int
member iUpdateZoneTransformParameters :
index : int -> int
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