Gets the specified document.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Default Property Item( _
ByVal Index As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocuments
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 document to get (see Remarks)
Property Value
IPDMWDocument
Example
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS