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.
Description
Saves the body of this model to the specified document in the specified format
Syntax
Visual Basic
Public Sub SaveBody( _
   ByVal FileName As String, _
   Optional ByVal NewDocumentType As Variant, _
   Optional ByVal ParasolidVersion 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.
See Also

FlatPatternModel Object  | FlatPatternModel Members