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
  
  
  
  
  
  Declaration
  
    TModelItemType ItemType { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
  Property Value
  
  Methods
  
  
  
  
  Declaration