 | CUSERMETACreateS Method |
Create a USERMETA from a file
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CUSERMETA CreateS(
string file
)
public static CUSERMETA CreateS(
string file
)
Public Shared Function CreateS (
file As String
) As CUSERMETA
Public Shared Function CreateS (
file As String
) As CUSERMETA
public:
static CUSERMETA^ CreateS(
String^ file
)
public:
static CUSERMETA^ CreateS(
String^ file
)
static member CreateS :
file : string -> CUSERMETA
static member CreateS :
file : string -> CUSERMETA
Parameters
- file
- Type: SystemString
File Name
Return Value
Type:
CUSERMETAUSERMETA Object
See Also