| 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 in which to create the new items
- ppoSelection
- Array of EdmSelItem structures, one structure for each file from which to generate an item
See the example in the IEdmBatchItemGeneration topic.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2010