Solid Edge Framework Type Library
GetLastInsightTransactionMessages Method
Specifies the failed command name.
Specifies the number of documents for which there is error information.
Specifies the documents for which there is error information.
Specifies the error messages for the documents.
Specifies the severity codes for the documents.
Description
This method returns Insight error log information for the last Insight transaction.
Syntax
Visual Basic
Public Sub GetLastInsightTransactionMessages( _
   ByRef TransactionString As String, _
   ByRef NumberOfDocuments As Long, _
   ByRef ListofDocumentNamesWithPath As Variant, _
   ByRef ListofMessages As Variant, _
   ByRef ListofSeverityCodes As Variant _
) 
Parameters
TransactionString
Specifies the failed command name.
NumberOfDocuments
Specifies the number of documents for which there is error information.
ListofDocumentNamesWithPath
Specifies the documents for which there is error information.
ListofMessages
Specifies the error messages for the documents.
ListofSeverityCodes
Specifies the severity codes for the documents.
See Also

Insight Object  | Insight Members

Send comments on this topic.