Gets the documents for the specified project.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Documents( _
Optional ByVal project As System.String _
) As PDMWDocuments |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWConnection
Dim project As System.String
Dim value As PDMWDocuments
value = instance.Documents(project) |
C# | |
---|
PDMWDocuments Documents(
System.string project
) {get;} |
C++/CLI | |
---|
property PDMWDocuments^ Documents {
PDMWDocuments^ get(System.String^ project);
} |
Parameters
- project
Name of the project
Property Value
Collection of documents
Example
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS