Click or drag to resize

CUSERMETACreate Method

Creates an empty USERMETA object

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CUSERMETA Create(
	CGXNETCore gxNetShared,
	int format
)

public static CUSERMETA Create(
	CGXNETCore gxNetShared,
	int format
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
format
Type: SystemInt32
<define>USERMETA_FORMAT</define> Type of Meta to create

Return Value

Type: CUSERMETA
USERMETA Object
See Also