SOLIDWORKS PDM Professional API Help Send Feedback
IsLocked Property (IEdmFile5)
See Also  Example
EPDM.Interop.epdm Namespace > IEdmFile5 Interface : IsLocked Property (IEdmFile5)


Gets whether the file is checked out.

Syntax

Visual Basic 
ReadOnly Property IsLocked As System.Boolean
C# 
System.bool IsLocked {get;}
C++/CLI 
property System.bool IsLocked {
   System.bool get();
}

Property Value

True if the file is checked out, false if not

Example

Remarks

In a multi-user implementation, a file can be checked in and out by others while you are working on it. Before using this property, call IEdmFile5::Refresh to ensure this property gets the correct checkout status.

See Also

Availability

SOLIDWORKS PDM Professional Version 5.2