CreateProject Method (IPDMWConnection)
Creates a new project.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateProject( _
ByVal Name As String, _
ByVal Description As String, _
ByVal Parent As String _
) As PDMWProject |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWConnection
Dim Name As String
Dim Description As String
Dim Parent As String
Dim value As PDMWProject
value = instance.CreateProject(Name, Description, Parent)
|
Parameters
- Name
- Name of new project
- Description
- Description of new project
- Parent
Name of parent project of new project or an empty string if the new project is at the root level
Return Value
IPDMWProject object
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2006 FCS