Interface IInpCLDFactory
  
  
  
  Assembly: STInpCLDataInterface.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("AC2C1C21-2115-47FF-98FC-508B5FD4BF2C")]
public interface IInpCLDFactory
   
  Properties
  
  FactoryID
  
  
  Declaration
  
  Property Value
  
  Methods
  
  CollectEntities(IInpCLDNodeEntityCollection)
  
  
  Declaration
  
    void CollectEntities(IInpCLDNodeEntityCollection EntityCollection)
   
  Parameters
  
  
  CreateObject(Guid)
  
  
  Declaration
  
    IInpCLDObject CreateObject(Guid ClassID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Guid | ClassID |  | 
    
  
  Returns
  
  
  GetEntityOfName(string)
  
  
  Declaration
  
    IInpCLDNodeEntity GetEntityOfName(string NodeTypeName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | NodeTypeName |  | 
    
  
  Returns
  
  
  GetEntityOfType(uint)
  
  
  Declaration
  
    IInpCLDNodeEntity GetEntityOfType(uint NodeType)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | uint | NodeType |  | 
    
  
  Returns