Solid Edge Framework Type Library
GetTemplateFileName Method
Member of the DocumentTypeConstants constant set.
Description
This method gets the template file name specified by the document type.
Syntax
Visual Basic
Public Function GetTemplateFileName( _
   ByRef DocType As DocumentTypeConstants, _
   Optional ByVal FileFilter As Variant _
) As String
Parameters
DocType
ValueDescription
igAssemblyDocumentAssembly Document Type
igDraftDocumentDraft Document Type
igPartDocumentPart 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
Member of the DocumentTypeConstants constant set.
FileFilter
See Also

Application Object  | Application Members