Click or drag to resize

CCSYMBCreate Method

Create a CSYMB.

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

public static CCSYMB Create(
	CGXNETCore gxNetShared,
	string itr
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
itr
Type: SystemString
ZON, AGG, or ITR file name

Return Value

Type: CCSYMB
CSYMB handle
See Also