| Visual Basic | |
|---|---|
Sub AddSelectionEx( _ ByVal poVault As EdmVault5, _ ByVal lFileID As System.Integer, _ ByVal lParentFolderID As System.Integer, _ ByVal oVersionOrFileDate As System.Object _ ) | |
| C# | |
|---|---|
void AddSelectionEx( EdmVault5 poVault, System.int lFileID, System.int lParentFolderID, System.object oVersionOrFileDate ) | |
| C++/CLI | |
|---|---|
void AddSelectionEx( & EdmVault5^ poVault, & System.int lFileID, & System.int lParentFolderID, & System.Object^ oVersionOrFileDate ) | |
Parameters
- poVault
- IEdmVault5; vault from which to get the file
- lFileID
- ID of file to get
- lParentFolderID
- ID of the file's parent folder
- oVersionOrFileDate
- Number or modified date of the version of the file to get
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.3 of SOLIDWORKS PDM Professional