ObjVerExStartRequireCheckedOut Method
Checks out the object if it isn't already.
Should be paired with the EndRequireCheckedOut() call when an operation
requiring the object to be checked out is complete. The return value of this
method should be the first parameter of EndRequireCheckedOut().
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool StartRequireCheckedOut()
Return Value
BooleanTrue, if object was not previously checked out, but is now.