Adds a new property if the name of the property is not already in the collection.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Add( _
ByVal Name As String _
) As PDMWProperty |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWProperties
Dim Name As String
Dim value As PDMWProperty
value = instance.Add(Name)
|
C# | |
---|
PDMWProperty Add(
string Name
) |
C++/CLI | |
---|
PDMWProperty^ Add(
& String^ Name
) |
Parameters
- Name
Name of the property
Return Value
IPDMWProperty
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS