Gets the specified document.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ISwDMApplication
Dim FullPathName As System.String
Dim docType As SwDmDocumentType
Dim allowReadOnly As System.Boolean
Dim result As SwDmDocumentOpenError
Dim value As SwDMDocument
value = instance.GetDocument(FullPathName, docType, allowReadOnly, result) |
Parameters
- FullPathName
- Full path and filename of the document to get
- docType
Type of document as defined by SwDmDocumentType
- allowReadOnly
True to open the document as read-only, false as read-write
- result
- Error as defined by SwDmDocumentOpenError
Return Value
Pointer to an ISwDMDocument object
Example
Remarks
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS