 | CIPiGetChanDomain Method |
Is this channel registered as a Time or Frequency domain channel?
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iGetChanDomain(
CDB db,
string chan
)
public int iGetChanDomain(
CDB db,
string chan
)
Public Function iGetChanDomain (
db As CDB,
chan As String
) As Integer
Public Function iGetChanDomain (
db As CDB,
chan As String
) As Integer
public:
int iGetChanDomain(
CDB^ db,
String^ chan
)
public:
int iGetChanDomain(
CDB^ db,
String^ chan
)
member iGetChanDomain :
db : CDB *
chan : string -> int
member iGetChanDomain :
db : CDB *
chan : string -> int
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database - chan
- Type: SystemString
Channel to check
Return Value
Type:
Int32<define>IP_DOMAIN</define>
See Also