| Visual Basic | |
|---|---|
Sub AddFolder( _ ByVal lFolderID As System.Integer, _ ByVal bRecursive As System.Boolean _ ) | |
| C# | |
|---|---|
void AddFolder( System.int lFolderID, System.bool bRecursive ) | |
| C++/CLI | |
|---|---|
void AddFolder( & System.int lFolderID, & System.bool bRecursive ) | |
Parameters
- lFolderID
- ID of folder on which to set this label
- bRecursive
- True to recursively set this label on all subfolders, false to not
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2