NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
NXOpen.JournalManager.PlayDotNetJournalInformation Struct Reference

This structure contains information from playing the DotNet Journal. More...

Public Member Functions

 PlayDotNetJournalInformation (string ErrorMessage, string WarningMessage)
 Constructor for the PlayDotNetJournalInformation struct. More...
 

Public Attributes

string ErrorMessage
 If no error occured, this will return an empty string. More...
 
string WarningMessage
 If no warning occured, this will return an empty string. More...
 

Detailed Description

This structure contains information from playing the DotNet Journal.

Constructor & Destructor Documentation

NXOpen.JournalManager.PlayDotNetJournalInformation.PlayDotNetJournalInformation ( string  ErrorMessage,
string  WarningMessage 
)
inline

Constructor for the PlayDotNetJournalInformation struct.

Parameters
ErrorMessageIf no error occured, this will return an empty string. Otherwise if there is compile error or runtime error it will be return here.
WarningMessageIf no warning occured, this will return an empty string. Otherwise if there is compile warning it will be return here.

Member Data Documentation

string NXOpen.JournalManager.PlayDotNetJournalInformation.ErrorMessage

If no error occured, this will return an empty string.

Otherwise if there is compile error or runtime error it will be return here.

string NXOpen.JournalManager.PlayDotNetJournalInformation.WarningMessage

If no warning occured, this will return an empty string.

Otherwise if there is compile warning it will be return here.


The documentation for this struct was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.