Solid Edge Framework Type Library
IsFileCheckedOut Method
Specifies the URL path to the file for which you want to determine status.
Specifies whether the specified file is checked out.
Specifies the user name to which the specified file is checked out.
Description
This method returns the check out status of the specified file.
Syntax
Visual Basic
Public Sub IsFileCheckedOut( _
   ByVal FileUrl As String, _
   ByRef bFileIsCheckedOut As Boolean, _
   ByRef UserName As String _
) 
Parameters
FileUrl
Specifies the URL path to the file for which you want to determine status.
bFileIsCheckedOut
Specifies whether the specified file is checked out.
UserName
Specifies the user name to which the specified file is checked out.
See Also

Insight Object  | Insight Members

Send comments on this topic.