Interface IInpCLDNodeEntityCollection
  
  
  
  Assembly: STInpCLDataInterface.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("BDA49F03-5644-4C37-82DB-908B9F6C1003")]
public interface IInpCLDNodeEntityCollection
   
  Properties
  
  Entities[int]
  
  
  Declaration
  
    IInpCLDNodeEntity Entities[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value
  
  
  EntityCount
  
  
  Declaration
  
  Property Value
  
  Methods
  
  AddEntity(IInpCLDNodeEntity)
  
  
  Declaration
  
    void AddEntity(IInpCLDNodeEntity Entity)
   
  Parameters