SOLIDWORKS PDM Professional API Help Send Feedback
AddFile Method (IEdmHistory)
See Also 
EPDM.Interop.epdm Namespace > IEdmHistory Interface : AddFile Method (IEdmHistory)


lFileID
ID of file to add
Adds a file to the history listing.

Syntax

Visual Basic 
Sub AddFile( _
   ByVal lFileID As System.Integer _
) 
C# 
void AddFile( 
   System.int lFileID
)
C++/CLI 
void AddFile( 
&   System.int lFileID
) 

Parameters

lFileID
ID of file to add

Example

See the IEdmHistory examples.

Remarks

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: One of the arguments is invalid.
 

See Also

Availability

SOLIDWORKS PDM Professional Version 6.4