ReadEnvironmentVariable
Reads environment variable by given name.
Syntax
C++
Python
def ReadEnvironmentVariable( inVariableName: str, / ) -> outValue: str
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inVariableName | str | Variable name to be read | |
![]() |
outValue | str | Variable value |


