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


Gets the full path where the file is checked out.

Syntax

Visual Basic 
ReadOnly Property LockPath As System.String
C# 
System.string LockPath {get;}
C++/CLI 
property System.String^ LockPath {
   System.String^ get();
}

Property Value

Full path where the file is checked out; "" for folders or if the file is not checked out

See Also