Interface ICamApiModelItem
Assembly: CAMAPI.ModelFormerTypes.dll
[Guid("4E798697-444E-49FE-BEF7-F0DAB700B645")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiModelItem
Properties
Declaration
string Caption { get; set; }
Property Value
Declaration
Property Value
Declaration
bool IsEmpty { get; set; }
Property Value
Declaration
bool IsRemovable { get; set; }
Property Value
Declaration
bool IsVisible { get; set; }
Property Value
Declaration
Property Value
Type |
Description |
System.Guid |
|
Declaration
TModelItemType ItemType { get; }
Property Value
Declaration
Property Value
Type |
Description |
System.Guid |
|
Methods
Declaration