 | CHXYZhCreateDB Method |
Make an HXYZ from GDB
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CHXYZ hCreateDB(
CDB db,
CVV gvv,
string name
)
public static CHXYZ hCreateDB(
CDB db,
CVV gvv,
string name
)
Public Shared Function hCreateDB (
db As CDB,
gvv As CVV,
name As String
) As CHXYZ
Public Shared Function hCreateDB (
db As CDB,
gvv As CVV,
name As String
) As CHXYZ
public:
static CHXYZ^ hCreateDB(
CDB^ db,
CVV^ gvv,
String^ name
)
public:
static CHXYZ^ hCreateDB(
CDB^ db,
CVV^ gvv,
String^ name
)
static member hCreateDB :
db : CDB *
gvv : CVV *
name : string -> CHXYZ
static member hCreateDB :
db : CDB *
gvv : CVV *
name : string -> CHXYZ
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
DB handle - gvv
- Type: GeoEngine.Core.GXNetCVV
VV of channels to export - name
- Type: SystemString
Name of HXYZ object
Return Value
Type:
CHXYZHXYZ object
See Also