CreateProject Method (IPDMWConnection)
Creates a new project.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateProject( _
ByVal Name As System.String, _
ByVal Description As System.String, _
ByVal Parent As System.String _
) As PDMWProject |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWConnection
Dim Name As System.String
Dim Description As System.String
Dim Parent As System.String
Dim value As PDMWProject
value = instance.CreateProject(Name, Description, Parent) |
C++/CLI | |
---|
PDMWProject^ CreateProject(
& System.String^ Name,
& System.String^ Description,
& System.String^ 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