Click or drag to resize

CHGDCreate Method

Create a handle to an HGD object

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CHGD Create(
	CGXNETCore gxNetShared,
	string name
)

public static CHGD Create(
	CGXNETCore gxNetShared,
	string name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
File Name

Return Value

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