| Visual Basic | |
|---|---|
Function GetFile( _ ByVal bsFileName As System.String _ ) As IEdmFile5 | |
| C# | |
|---|---|
IEdmFile5 GetFile( System.string bsFileName ) | |
| C++/CLI | |
|---|---|
IEdmFile5^ GetFile( & System.String^ bsFileName ) | |
Parameters
- bsFileName
- Name of file to get
Return Value
IEdmFile5C++ users not using smart-pointer wrapper functions must release the returned interface, IEdmFile5.
- S_OK: The method successfully executed.
- E_EDM_INVALID_NAME: A file with the specified name is not found.
- E_EDM_PERMISSION_DENIED: The user lacks permission to read the file.
IEdmFolder5 Interface
IEdmFolder5 Members
IEdmFolder5::GetFirstFilePosition Method ()
IEdmFolder5::GetSubFolder Method ()
IEdmFolder5::GetFirstSubFolderPosition Method ()
IEdmFolder5 Members
IEdmFolder5::GetFirstFilePosition Method ()
IEdmFolder5::GetSubFolder Method ()
IEdmFolder5::GetFirstSubFolderPosition Method ()
SOLIDWORKS PDM Professional Version 5.2