Interface IPLMConnectionParameters
  Interface representing a collection of connection parameters required for establishing a session with the PLM extension.
Assembly: CAMAPI.Extension.PLM.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("DBBC7E83-1CA6-485C-9E79-23B4E4058685")]
public interface IPLMConnectionParameters
   
  Properties
  
  Count
  Gets the number of parameters in the collection.
Declaration
  
  Property Value
  
  
  this[int]
  
  
  Declaration
  
    IPLMConnectionParameter this[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value