 | CIPAverageDuplicates Method |
Note: This API is now obsolete.
Average duplicate samples in a database.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public void AverageDuplicates(
CDB db,
string chan,
int out
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public void AverageDuplicates(
CDB db,
string chan,
int out
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub AverageDuplicates (
db As CDB,
chan As String,
out As Integer
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub AverageDuplicates (
db As CDB,
chan As String,
out As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void AverageDuplicates(
CDB^ db,
String^ chan,
int out
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void AverageDuplicates(
CDB^ db,
String^ chan,
int out
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member AverageDuplicates :
db : CDB *
chan : string *
out : int -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member AverageDuplicates :
db : CDB *
chan : string *
out : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database to export from - chan
- Type: SystemString
Mask or reference channel - out
- Type: SystemInt32
<define>IP_DUPLICATE</define>
Remarks
Averages all values with shared station and N values,
as long as the mask channel is defined at that FID.
Previous averaged values (IP_DATA_AVG) are overwritten according to the
overwrite flag.
REPLACED BY: AverageDuplicatesQC_IP.
See Also