 | CIPRecalculateEx Method |
Recalculate derived channel values, with option for including/excluding location calculations.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void RecalculateEx(
CDB db,
int recalculate_xyz
)
public void RecalculateEx(
CDB db,
int recalculate_xyz
)
Public Sub RecalculateEx (
db As CDB,
recalculate_xyz As Integer
)
Public Sub RecalculateEx (
db As CDB,
recalculate_xyz As Integer
)
public:
void RecalculateEx(
CDB^ db,
int recalculate_xyz
)
public:
void RecalculateEx(
CDB^ db,
int recalculate_xyz
)
member RecalculateEx :
db : CDB *
recalculate_xyz : int -> unit
member RecalculateEx :
db : CDB *
recalculate_xyz : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database - recalculate_xyz
- Type: SystemInt32
Recalculate XYZ locations (TRUE or FALSE)?
Remarks
See Recalculate_IP. This version allows you to suppress the recalculation of the
current X, Y and Z channel values from the station locations.
See Also