 | CUSERMETACreate Method |
Creates an empty USERMETA object
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CUSERMETA Create(
int format
)
public static CUSERMETA Create(
int format
)
Public Shared Function Create (
format As Integer
) As CUSERMETA
Public Shared Function Create (
format As Integer
) As CUSERMETA
public:
static CUSERMETA^ Create(
int format
)
public:
static CUSERMETA^ Create(
int format
)
static member Create :
format : int -> CUSERMETA
static member Create :
format : int -> CUSERMETA
Parameters
- format
- Type: SystemInt32
<define>USERMETA_FORMAT</define> Type of Meta to create
Return Value
Type:
CUSERMETAUSERMETA Object
See Also