| 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 notTraverse Folders and Files in Vault (C#)
Traverse Folders and Files in Vault (VB.NET)
Add Custom File Reference (VB.NET)
Add Custom File Reference (C#)
Traverse Folders and Files in Vault (VB.NET)
Add Custom File Reference (VB.NET)
Add Custom File Reference (C#)
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.
SOLIDWORKS PDM Professional Version 5.2