Gets the open document with the specified name.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetOpenDocumentByName( _
ByVal DocumentName As System.String _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim DocumentName As System.String
Dim value As System.Object
value = instance.GetOpenDocumentByName(DocumentName) |
C# | |
---|
System.object GetOpenDocumentByName(
System.string DocumentName
) |
C++/CLI | |
---|
System.Object^ GetOpenDocumentByName(
& System.String^ DocumentName
) |
Parameters
- DocumentName
Fully qualified name of the open document (path, filename, and file extension)
Return Value
Open
model document or NULL if the operation fails
Example
Remarks
See Also
Availability
SOLIDWORKS 2000 FCS, Revision Number 8.0