Interface ICamIpcModelFormerSupportedItems
List of supported items for model former
Assembly: CAMIPC.ModelFormerTypes.dll
[Guid("D820B9BB-614B-493B-AA1E-FC0D725D8549")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcModelFormerSupportedItems
Properties
Declaration
bool AllowDoubleItems[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Declaration
Property Value
Declaration
string ItemCaption[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Declaration
string ItemHint[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Declaration
string ItemID[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Declaration
string ItemIconFile[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Declaration
Guid ItemType[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Declaration
string ItemTypeName[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Declaration
bool ItemVisible[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Declaration
ICamIpcXmlPropPointer ItemXMLProp[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Methods
Declaration
int AddItem(string ItemID, Guid ItemType, string ItemTypeName, string ItemCaption, string ItemHint, string ItemIconFile, bool AllowDoubleItems, ICamIpcXmlPropPointer ItemXMLProp)
Parameters
Returns
Declaration
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns
Declaration
int IndexOfItem(string AnItemID)
Parameters
| Type |
Name |
Description |
| string |
AnItemID |
|
Returns