object.GetTakeSnapshot()
CaWContext
None
A CaWTakeSnapshot object if set, otherwise a null object.
Example
Dim objTakeSnapshot Set objTakeSnapshot = objContext.GetTakeSnapshot () If objTakeSnapshot Is Nothing Then
msgbox “Can't get TakeSnapshot object.”, vbOKonly + vbExclamation, “GetTakeSnapshot”
End If
More information:
| Copyright © 2013 CA. All rights reserved. |
|