Interface ICamApiCustomAttributesLibraryList
  Custom attributes library list.
Assembly: CAMAPI.CustomAttributes.dll
  Syntax
  
    [Guid("0E8ECBAF-4786-4476-8373-0B32BE1C0AF0")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiCustomAttributesLibraryList
   
  Properties
  
  Count
  Count of libraries in the list.
Declaration
  
  Property Value
  
  
  Lib[int]
  
  
  Declaration
  
    ICamApiCustomAttributesLibrary Lib[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  
  LibFileName[int]
  
  
  Declaration
  
    string LibFileName[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  
  LibraryEnabled[int]
  
  
  Declaration
  
    bool LibraryEnabled[int Index] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  
  LibraryID[int]
  
  
  Declaration
  
    Guid LibraryID[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  Methods
  
  AddLibrary(ICamApiCustomAttributesLibrary)
  
  
  Declaration
  
    int AddLibrary(ICamApiCustomAttributesLibrary Lib)
   
  Parameters
  
  Returns
  
  
  IndexOfLibFileName(string)
  Find index of library in the list by its full file path.
Declaration
  
    int IndexOfLibFileName(string LibFileName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | LibFileName |  | 
    
  
  Returns
  
  
  IndexOfLibID(Guid)
  
  
  Declaration
  
    int IndexOfLibID(Guid LibID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Guid | LibID |  | 
    
  
  Returns
  
  
  MoveLibrary(int, int)
  
  
  Declaration
  
    bool MoveLibrary(int SrcIndex, int TargetIndex)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | SrcIndex |  | 
      
        | int | TargetIndex |  | 
    
  
  Returns
  
  
  RemoveLibrary(int)
  
  
  Declaration
  
    bool RemoveLibrary(int Index)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Returns