Saves the specified open document if its version is older than the version of the SolidWorks product being used.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CheckpointConvertedDocument( _
ByVal DocName As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim DocName As String
Dim value As Integer
value = instance.CheckpointConvertedDocument(DocName)
|
C# | |
---|
int CheckpointConvertedDocument(
string DocName
) |
C++/CLI | |
---|
int CheckpointConvertedDocument(
& String^ DocName
) |
Parameters
- DocName
Full pathname of the file to save
Return Value
0 for no error or a bitwise OR of the errors encountered as defined in swFileSaveError_e
Remarks
See Also
Availability
SolidWorks 99 SP1, datecode 1999229