 | CSYSIGetEnv Method (String, String, Int32) |
Get an environment setting.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetEnv(
string parm,
ref string set,
int length
)
public static void IGetEnv(
string parm,
ref string set,
int length
)
Public Shared Sub IGetEnv (
parm As String,
ByRef set As String,
length As Integer
)
Public Shared Sub IGetEnv (
parm As String,
ByRef set As String,
length As Integer
)
public:
static void IGetEnv(
String^ parm,
String^% set,
int length
)
public:
static void IGetEnv(
String^ parm,
String^% set,
int length
)
static member IGetEnv :
parm : string *
set : string byref *
length : int -> unit
static member IGetEnv :
parm : string *
set : string byref *
length : int -> unit
Parameters
- parm
- Type: SystemString
Setting - set
- Type: SystemString
Value string - length
- Type: SystemInt32
Sizeof string
See Also