Interface ICamIpcMainFormUiPLMInfoItem
PLM connections UI state info
Namespace: CAMIPC.ApplicationMainForm
Assembly: CAMIPC.ApplicationMainForm.dll
Syntax
[Guid("C1E33CCD-9452-4E8E-B6C8-35EE32115504")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcMainFormUiPLMInfoItem
Methods
GetCaption()
returns UI caption of item
Declaration
string GetCaption()
Returns
| Type | Description |
|---|---|
| string |
GetConnected()
returns UI connected state of item
Declaration
bool GetConnected()
Returns
| Type | Description |
|---|---|
| bool |
GetConnectionId()
returns PLM connection identifier
Declaration
long GetConnectionId()
Returns
| Type | Description |
|---|---|
| long |
GetSupportPrj()
returns true if connection supports projects
Declaration
bool GetSupportPrj()
Returns
| Type | Description |
|---|---|
| bool |