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 System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim DocName As System.String
Dim value As System.Integer
value = instance.CheckpointConvertedDocument(DocName) |
C# | |
---|
System.int CheckpointConvertedDocument(
System.string DocName
) |
C++/CLI | |
---|
System.int CheckpointConvertedDocument(
& System.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