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