Interface ICamApiModelFormerSupportedItems
List of supported items for model former
Assembly: CAMAPI.ModelFormerTypes.dll
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("52712A88-0BEB-48F6-AD0F-CE641DB067B1")]
public interface ICamApiModelFormerSupportedItems
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 ItemIconFile[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
Guid ItemType[int i] { get; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
Type |
Description |
System.Guid |
|
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
IST_XMLPropPointer 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, IST_XMLPropPointer ItemXMLProp)
Parameters
Type |
Name |
Description |
string |
ItemID |
|
System.Guid |
ItemType |
|
string |
ItemTypeName |
|
string |
ItemCaption |
|
string |
ItemHint |
|
string |
ItemIconFile |
|
bool |
AllowDoubleItems |
|
IST_XMLPropPointer |
ItemXMLProp |
|
Returns
Declaration
Declaration
int IndexOfItem(string AnItemID)
Parameters
Type |
Name |
Description |
string |
AnItemID |
|
Returns