| Visual Basic | |
|---|---|
Sub AddSelection( _ ByVal poVault As EdmVault5, _ ByRef ppoSelection() As EdmSelItem _ ) | |
| C# | |
|---|---|
void AddSelection( EdmVault5 poVault, ref EdmSelItem[] ppoSelection ) | |
| C++/CLI | |
|---|---|
void AddSelection( & EdmVault5^ poVault, & array<EdmSelItem>^% ppoSelection ) | |
Parameters
- poVault
- IEdmVault5; vault to which the files belong
- ppoSelection
- Array of IEdmSelItem structures; one structure for each file to unlock
See the IEdmBatchUnlock examples.
See the IEdmBatchUnlock remarks for information about using this method.
When you call this method, SOLIDWORKS PDM Professional automatically adds the file's references to the unlock file set.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.3 of SOLIDWORKS PDM Professional