RSGInc/SOABM

Setting Output Version file GPA

bettinardi opened this issue · 0 comments

Currently the ABM run with Visum creates a messy output (the version file has all layers turned on). One idea to protect against this would be to save the input version file GPA out at the beginning and then reload the GPA before each version file is saved...

To graphics parameters of a loaded version:
Visum.Net.GraphicParameters.Save(FileName)

To load the graphics from a saved GPA file:
Visum.Net.GraphicParameters.Open(FileName)