| Visual Basic | |
|---|---|
Sub CreateList( _ ByVal bsColumnSetName As System.String, _ ByRef ppoColumns() As EdmListCol _ ) | |
| C# | |
|---|---|
void CreateList( System.string bsColumnSetName, out EdmListCol[] ppoColumns ) | |
| C++/CLI | |
|---|---|
void CreateList( & System.String^ bsColumnSetName, & [Out] array<EdmListCol>^ ppoColumns ) | |
Parameters
- bsColumnSetName
- Empty string, column set name returned by IEdmBatchListing::GetColumnSetNames, or a list of variable names separated by a newline character and starting with a newline character (e.g., "\nAuthor\nProject\nDate")
- ppoColumns
- Array of EdmListCol structures; one structure for each column in the column set; empty array if bsColumnSetName is an empty string
After calling this method, call IEdmBatchListing::GetFiles and IEdmBatchListing::GetFolders.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.4 of SOLIDWORKS PDM Professional