| Visual Basic | |
|---|---|
Sub CreateTree( _ ByVal lParentWnd As System.Integer, _ ByVal lEdmGetCmdFlags As System.Integer _ ) | |
| C# | |
|---|---|
void CreateTree( System.int lParentWnd, System.int lEdmGetCmdFlags ) | |
| C++/CLI | |
|---|---|
void CreateTree( & System.int lParentWnd, & System.int lEdmGetCmdFlags ) | |
Parameters
- lParentWnd
- Parent window handle
- lEdmGetCmdFlags
- Combination of EdmGetCmdFlags bits; specifies options for retrieving files from the vault
See the IEdmBatchGet examples.
After calling this method, call IEdmBatchGet::ShowDlg and IEdmBatchGet::GetFiles.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.3 of SOLIDWORKS PDM Professional