| Visual Basic | |
|---|---|
Sub GetFiles2( _ ByRef ppoFiles() As EdmListFile2 _ ) | |
| C# | |
|---|---|
void GetFiles2( out EdmListFile2[] ppoFiles ) | |
| C++/CLI | |
|---|---|
void GetFiles2( & [Out] array<EdmListFile2>^ ppoFiles ) | |
Parameters
- ppoFiles
- Array of EdmListFile2 structures; one structure for each file in the listing
This method does not work with assemblies that contain weldment components or cutlist items.
Before calling this method, call IEdmBatchListing2::CreateListEx.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2017