Interface IPLMResult
Interface representing a result of an operation within the PLM extension.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B4957096-4B65-4D3E-90E4-349C21EA708F")]
public interface IPLMResult
Properties
Code
Gets the result code of the operation.
Declaration
int Code { get; }
Property Value
Type | Description |
---|---|
int |
ErrorMessage
Gets the error message.
Declaration
string ErrorMessage { get; }
Property Value
Type | Description |
---|---|
string |
WarningMessage
Gets the warning message.
Declaration
string WarningMessage { get; }
Property Value
Type | Description |
---|---|
string |