Click or drag to resize

CUSERMETACreateS Method

Create a USERMETA from a file

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CUSERMETA CreateS(
	CGXNETCore gxNetShared,
	string file
)

public static CUSERMETA CreateS(
	CGXNETCore gxNetShared,
	string file
)

Parameters

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

Return Value

Type: CUSERMETA
USERMETA Object
See Also