Click or drag to resize
CUSERMETACreate Method
Creates an empty USERMETA object

Available since Oasis montaj version: 7.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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