Solid Edge Part Type Library
SaveBody Method
The file name of the saved file.
The document type of the saved file.
The Parasolid version of the saved file.
The number of models to be saved to the document.
The names of the models to be saved to the document.
Description
Saves the input bodies of the input models into the given format
Syntax
Visual Basic
Public Sub SaveBody( _
   ByVal FileName As String, _
   Optional ByVal NewDocumentType As Variant, _
   Optional ByVal ParasolidVersion As Variant, _
   Optional ByVal NumModelsToBeSaved As Variant, _
   Optional ByVal ModelsToBeSaved As Variant _
) 
Parameters
FileName
The file name of the saved file.
NewDocumentType
The document type of the saved file.
ParasolidVersion
The Parasolid version of the saved file.
NumModelsToBeSaved
The number of models to be saved to the document.
ModelsToBeSaved
The names of the models to be saved to the document.
See Also

PartDocument Object  | PartDocument Members