Gets the specified group.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Default Property Item( _
ByVal Index As System.Object _
) As PDMWGroup |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWGroups
Dim Index As System.Object
Dim value As PDMWGroup
value = instance.Item(Index) |
C# | |
---|
PDMWGroup this[
System.object Index
]; {get;} |
C++/CLI | |
---|
property PDMWGroup^ default [System.Object^] {
PDMWGroup^ get(System.Object^ Index);
} |
Parameters
- Index
- Number indicating which group to get
Property Value
IPDMWGroup
See Also
Availability
SolidWorks Workgroup PDM 2004 FCS