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


historyItem
EdmHistoryItem (see Remarks)
eLancode
Localization language as defined in EdmLangCode
Gets the event description for the specified history item in the specified language.

Syntax

Visual Basic 
Function GetEventDescription( _
   ByRef historyItem As EdmHistoryItem, _
   Optional ByVal eLancode As EdmLangCode _
) As System.String
C# 
System.string GetEventDescription( 
   ref EdmHistoryItem historyItem,
   EdmLangCode eLancode
)
C++/CLI 
System.String^ GetEventDescription( 
&   EdmHistoryItem% historyItem,
&   EdmLangCode eLancode
) 

Parameters

historyItem
EdmHistoryItem (see Remarks)
eLancode
Localization language as defined in EdmLangCode

Return Value

History item event description

Example

See the IEdmHistory3 examples.

Remarks

Before calling this method, call IEdmHistory3::GetSortedHistory to specify a historyItem.
 

See Also

Availability

SOLIDWORKS PDM Professional 2020