 | CREGCreate Method |
Create a handle to a REG object
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CREG Create(
CGXNETCore gxNetShared,
int l_parm_length
)
public static CREG Create(
CGXNETCore gxNetShared,
int l_parm_length
)
Public Shared Function Create (
gxNetShared As CGXNETCore,
l_parm_length As Integer
) As CREG
Public Shared Function Create (
gxNetShared As CGXNETCore,
l_parm_length As Integer
) As CREG
public:
static CREG^ Create(
CGXNETCore^ gxNetShared,
int l_parm_length
)
public:
static CREG^ Create(
CGXNETCore^ gxNetShared,
int l_parm_length
)
static member Create :
gxNetShared : CGXNETCore *
l_parm_length : int -> CREG
static member Create :
gxNetShared : CGXNETCore *
l_parm_length : int -> CREG
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - l_parm_length
- Type: SystemInt32
Maximum size of "parameter=setting" string.
Return Value
Type:
CREGREG Object
See Also