API Reference > OdRx Classes > OdRxSystemServices Class > OdRxSystemServices Methods > OdRxSystemServices::setEnvVar Method
OdRxSystemServices::setEnvVar Method
Syntax
C++
virtual OdResult setEnvVar(const OdString & varName, const OdString & newValue) = 0;
Parameters 
Description 
const OdString & varName 
[in] Environment variable name.  
const OdString & newValue 
[in] The new value of the environment variable. 

Set environment variable value. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.