Solid Edge Framework Type Library
SEGetFileVersionInfo Method
Solid Edge Framework Type Library > Application Object : SEGetFileVersionInfo Method
Description
Returns the last saved and created version information of the file.
Syntax
Visual Basic
Public Sub SEGetFileVersionInfo( _
   ByVal Filename As String, _
   ByRef DocType As DocumentTypeConstants, _
   ByRef CreatedVersion As String, _
   ByRef LastSavedVersion As String, _
   ByRef GeometricVersion As ULong _
) 
Parameters
Filename
DocType
ValueDescription
igAssemblyDocumentAssembly Document Type
igAssemblyViewerDocumentAssembly Viewer Document Type
igDraftDocumentDraft Document Type
igPartDocumentPart Document Type
igPartViewerDocumentPart Viewer Document Type
igSheetMetalDocumentSheetMetal Document Type
igSyncAssemblyDocumentSynchronous Assembly Document Type
igSyncPartDocumentSynchronous Part Document Type
igSyncSheetMetalDocumentSynchronous Sheetmetal Document Type
igUnknownDocumentUnknown Document Type
igWeldmentAssemblyDocumentWeldment Assembly Document Type
igWeldmentDocumentWeldment Document Type
CreatedVersion
LastSavedVersion
GeometricVersion
See Also

Application Object  | Application Members