CheckOut Method
Description
Checks out an object.
Syntax
Visual Basic
Public Sub CheckOut( _
   ByVal Version As String, _
   ByVal Comment As String, _
   ByVal Ignored As Boolean, _
   Optional ByVal ReadOnly As Boolean = False, _
   Optional ByVal Ignored1 As Boolean = True _
) 
Parameters
Version
The version number of the object.  Pass "-1" to check out the latest version.
Comment
Comment pertaining to the object version.
Ignored
No use is made of this argument. Preserved for backward compatibility.
ReadOnly
Always pass False.
Ignored1
No use is made of this argument. Preserved for backward compatibility.
See Also