|
Description
SetEnv() is used to assign a value to an environment variable.
Call Signature
void SetEnv ( string variable, string value )
Return Value
void
This has no return value.
Arguments
string variable:
The name of the environment variable being set.
string value:
The value being assigned to the environment variable.
Remarks
This will only affect the environment variable in the current program and subprograms launched from this program.
See also
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.