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


ppoRetHistory
Array of EdmHistoryItem structures; one structure for each history item (see Remarks)
lEdmHistoryTypes
Combination of EdmHistoryType bits; indicates the kinds of records to retrieve
Gets the unsorted history listing for the specified history types.

Syntax

Visual Basic 
Sub GetHistory( _
   ByRef ppoRetHistory() As EdmHistoryItem, _
   Optional ByVal lEdmHistoryTypes As System.Integer _
) 
C# 
void GetHistory( 
   out EdmHistoryItem[] ppoRetHistory,
   System.int lEdmHistoryTypes
)
C++/CLI 
void GetHistory( 
&   [Out] array<EdmHistoryItem>^ ppoRetHistory,
&   System.int lEdmHistoryTypes
) 

Parameters

ppoRetHistory
Array of EdmHistoryItem structures; one structure for each history item (see Remarks)
lEdmHistoryTypes
Combination of EdmHistoryType bits; indicates the kinds of records to retrieve

Remarks

Call this method after calling IEdmHistory::AddFile and IEdmHistory::AddFolder.

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