| Visual Basic | |
|---|---|
Sub GetFolders( _ ByRef ppoFolders() As EdmListFolder _ ) | |
| C# | |
|---|---|
void GetFolders( out EdmListFolder[] ppoFolders ) | |
| C++/CLI | |
|---|---|
void GetFolders( & [Out] array<EdmListFolder>^ ppoFolders ) | |
Parameters
- ppoFolders
- Array of EdmListFolder structures; one structure for each folder in the listing
Before calling this method, call IEdmBatchListing::CreateList.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2010