Gets a the list of document names for the specified project.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property DocumentList( _
Optional ByVal project As String _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWConnection
Dim project As String
Dim value As Object
value = instance.DocumentList(project)
|
C# | |
---|
object DocumentList(
string project
) {get;} |
C++/CLI | |
---|
property Object^ DocumentList {
Object^ get(String^ project);
} |
Parameters
- project
- Name of the project to which the documents belong
Return Value
Array of the list of documents belonging to the specified project
See Also
Availability
SolidWorks Workgroup PDM 2007 FCS