Solid Edge Draft Type Library
GetFilesToUpdate Method
Returns the number of files that need to be updated. If no files need to be updated, NumFiles returns zero.
Returns the full paths of the files that need to be updated, in the order they should be opened.
Description
Returns an array of the filenames that need to be updated in this model.
Syntax
Visual Basic
Public Sub GetFilesToUpdate( _
   ByRef NumFiles As Long, _
   ByRef FilesToUpdate() As String _
) 
Parameters
NumFiles
Returns the number of files that need to be updated. If no files need to be updated, NumFiles returns zero.
FilesToUpdate
Returns the full paths of the files that need to be updated, in the order they should be opened.
See Also

ModelLink Object  | ModelLink Members

Send comments on this topic.