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