 | CCSYMB.Create Method |
Create a CSYMB.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CCSYMB Create(
string itr
)
public static CCSYMB Create(
string itr
)
Public Shared Function Create (
itr As String
) As CCSYMB
Public Shared Function Create (
itr As String
) As CCSYMB
public:
static CCSYMB^ Create(
String^ itr
)
public:
static CCSYMB^ Create(
String^ itr
)
static member Create :
itr : string -> CCSYMB
static member Create :
itr : string -> CCSYMB
Parameters
- itr
- Type: System.String
ZON, AGG, or ITR file name
Return Value
Type:
CCSYMBCSYMB handle
See Also