You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SWIM creates messy Visum 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)
The text was updated successfully, but these errors were encountered:
bettinardi commented on Dec 16, 2020
Currently SWIM creates messy Visum 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)
The text was updated successfully, but these errors were encountered: