Item Property (IPDMWConfigurations)
Gets a configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Default Property Item( _
ByVal Index As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWConfigurations
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 which configuration to get
Property Value
An IPDMWConfiguration
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS