Interface IPLMResult
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("B4957096-4B65-4D3E-90E4-349C21EA708F")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMResult
Properties
Code
Declaration
int Code { get; }
Property Value
Type | Description |
---|---|
int |
ErrorMessage
Declaration
string ErrorMessage { get; }
Property Value
Type | Description |
---|---|
string |
WarningMessage
Declaration
string WarningMessage { get; }
Property Value
Type | Description |
---|---|
string |