Gets the project by name.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Default Property Item( _
ByVal Index As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWProjects
Dim Index As System.Object
Dim value As System.Object
value = instance.Item(Index) |
C# | |
---|
System.object this[
System.object Index
]; {get;} |
C++/CLI | |
---|
property System.Object^ default [System.Object^] {
System.Object^ get(System.Object^ Index);
} |
Parameters
- Index
Number or name indicating the project to get
Property Value
IPDMWProject
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS