Verify Method
The Verify method verifies the associated object.
Syntax
object .Verify()
Applies To
Discussion
Use this method to verify any changes made to the properties of an object. The Update method also verifies the object so this method isn’t needed if an Update is called on the object. Transformer checks the changes to the object to determine if they are valid.
A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.
Return Type
None