Click or drag to resize

CHGDCreate Method

Create a handle to an HGD object

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CHGD Create(
	string name
)

public static CHGD Create(
	string name
)

Parameters

name
Type: SystemString
File Name

Return Value

Type: CHGD
HGD handle, terminates if creation fails
See Also