| Visual Basic | |
|---|---|
Function Run( _ ByVal hParentWnd As System.Integer, _ ByVal lCurrentFolderID As System.Integer _ ) As System.Integer | |
| C# | |
|---|---|
System.int Run( System.int hParentWnd, System.int lCurrentFolderID ) | |
| C++/CLI | |
|---|---|
System.int Run( & System.int hParentWnd, & System.int lCurrentFolderID ) | |
Parameters
- hParentWnd
- Parent window handle
- lCurrentFolderID
- ID of folder in which to run this template
Return Value
User-interface refresh flags as defined in EdmRefreshFlagThis method is extended by IEdmTemplate53::RunEx which returns information about all of the files and folders created by the template.
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional Version 5.2