Gets the specified notes for this document.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Default Property Item( _
ByVal Index As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocumentNotes
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 indicating which note to get
Property Value
IPDMWDocumentNote
See Also
Availability
SOLIDWORKS Workgroup PDM 2003 SP3