Gets the specified document and version of that document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSpecificDocument( _
ByVal Name As System.String, _
Optional ByVal Revision As System.String _
) As PDMWDocument |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWConnection
Dim Name As System.String
Dim Revision As System.String
Dim value As PDMWDocument
value = instance.GetSpecificDocument(Name, Revision) |
C# | |
---|
PDMWDocument GetSpecificDocument(
System.string Name,
System.string Revision
) |
C++/CLI | |
---|
PDMWDocument^ GetSpecificDocument(
& System.String^ Name,
& System.String^ Revision
) |
Parameters
- Name
Name of the document to get
- Revision
Version of the document to get; if not specified, the most recent version of the specified document is used
Return Value
Pointer to the specified document
Example
See Also
Availability
SOLIDWORKS Workgroup PDM 2003 FCS