Solid Edge Design Manager Object Library
RedefineLinks Method
DesignManager ActiveX DLL > Application Object : RedefineLinks Method
Specifies the link string you want to redefine.
Specifies the new link string definition.
Specifies a list of folders or files for input.
Specifies a formatted text file for input.
Specifies whether to process subfolders during the operation.
Specifies whether to overwrite an existing file during the operation.
Specifies whether to redefine links in assembly documents.
Specifies whether to redefine links in draft documents.
Specifies whether to redefine links in part documents.
Specifies whether to redefine links in weldment documents.
Specifies whether to redefine links in sheet metal documents.
Specifies whether to produce a detailed log file when the operation completes.
Specifies whether to produce an error log file when the operation completes.
Description
This method redefines links in a list of folders or files you specify.
Syntax
Visual Basic
Public Function RedefineLinks( _
   ByVal CurrentLinkStr As String, _
   ByVal RedefineLinkStr As String, _
   Optional ByVal ListOfFoldersOrFiles As Variant, _
   Optional ByVal InputTextFileName As Variant, _
   Optional ByVal bProcessSubFolders As Variant, _
   Optional ByVal bReplaceIfFileExists As Variant, _
   Optional ByVal bProcessAssemblyDocuments As Variant, _
   Optional ByVal bProcessDraftDocuments As Variant, _
   Optional ByVal bProcessPartDocuments As Variant, _
   Optional ByVal bProcessWeldmentDocuments As Variant, _
   Optional ByVal bProcessSheetMetalDocuments As Variant, _
   Optional ByRef DetailLogFile As Variant, _
   Optional ByRef ErrorLogFile As Variant _
) As Long
Parameters
CurrentLinkStr
Specifies the link string you want to redefine.
RedefineLinkStr
Specifies the new link string definition.
ListOfFoldersOrFiles
Specifies a list of folders or files for input.
InputTextFileName
Specifies a formatted text file for input.
bProcessSubFolders
Specifies whether to process subfolders during the operation.
bReplaceIfFileExists
Specifies whether to overwrite an existing file during the operation.
bProcessAssemblyDocuments
Specifies whether to redefine links in assembly documents.
bProcessDraftDocuments
Specifies whether to redefine links in draft documents.
bProcessPartDocuments
Specifies whether to redefine links in part documents.
bProcessWeldmentDocuments
Specifies whether to redefine links in weldment documents.
bProcessSheetMetalDocuments
Specifies whether to redefine links in sheet metal documents.
DetailLogFile
Specifies whether to produce a detailed log file when the operation completes.
ErrorLogFile
Specifies whether to produce an error log file when the operation completes.
See Also

Application Object  | Application Members