VLoad Method
Description
Loads vision properties from the current project.
Syntax
Sub VLoad ()
Remarks
Use the VLoad method when you want to return the vision property settings, models, and fonts back to their original settings when the program was started.
See Also
Vsave Method
VLoad Example
VB Example:
m_spel.VLoad()
C# Example:
m_spel.VLoad();