Solid Edge Framework Type Library
GetOpenFileNameWithOptions Method
Description
Displays the File Open dialog box.
Syntax
Visual Basic
Public Function GetOpenFileNameWithOptions( _
   ByVal dwFlagForOpen As ULong, _
   ByRef LinksUpdate As LinksUpdateOption, _
   ByRef AltLinkPath As String, _
   ByRef DocAccess As DocumentAccess, _
   ByRef OptNotify As NotifyOption, _
   ByRef DocRelationAutoServer As Object, _
   Optional ByVal FileFilter As Variant, _
   Optional ByVal FilterIndex As Variant, _
   Optional ByVal Title As Variant, _
   Optional ByVal IgnoreWarnings As Variant _
) As Variant
Parameters
dwFlagForOpen
LinksUpdate
ValueDescription
igLinksUpdateWithAltPathUpdate links with alternate path
igLinksUpdateWithDefpathUpdate links with default path
igNoLinksUpdateDo not update links
AltLinkPath
DocAccess
ValueDescription
igReadExclusiveDocument has exclusive read access
igReadOnlyDocument has read-only access
igReadWriteDocument has read-write access
OptNotify
ValueDescription
igNoNotifyDo not notify
igNotifyWhenAvailableNotify when the document is available
igNotifyWhenExclusiveNotify when the document is exclusive
igNotifyWhenReadableNotify when the document can be read
igNotifyWhenWriteableNotify when the document can be written
DocRelationAutoServer
FileFilter
FilterIndex
Title
IgnoreWarnings
See Also

Application Object  | Application Members