 | CRACreate Method |
Creates RA
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CRA Create(
string file
)
public static CRA Create(
string file
)
Public Shared Function Create (
file As String
) As CRA
Public Shared Function Create (
file As String
) As CRA
public:
static CRA^ Create(
String^ file
)
public:
static CRA^ Create(
String^ file
)
static member Create :
file : string -> CRA
static member Create :
file : string -> CRA
Parameters
- file
- Type: SystemString
Name of the file
Return Value
Type:
CRARA Object
See Also