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