API Guide > PTC Mathcad Prime Objects > Object: InputOutputConflicts
Object: InputOutputConflicts
This object represents the PTC Mathcad Prime InputsOutputsConflicts COM object Ptc.MathcadPrime.Automation.IMathcadPrimeInputsOutputsConflicts. The object provides an API to store multiple conflicts caused by the IOItem state setting.
Methods
AddGeneralError(Text)—Adds general error to be set.
Text (string) is the error text.
AddGeneralWarning(Text)—Adds general warning to be set.
Text (string) is the warning text.
AddItemError(Alias, Text)—Adds item specific error to be set.
Alias (string) is the item alias.
Text (string) is the error text.
AddItemWarning(Alias, Text)—Adds item specific warning to be set.
Alias (string) is the item alias.
Text (string) is the error text.
Was this helpful?