Interface IPLMSettingsParameters
  Interface representing a collection of settings parameters for configuring the PLM extension.
Assembly: CAMAPI.Extension.PLM.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("1D4D0510-EADB-4BFC-889A-1B4A0AF9E68D")]
public interface IPLMSettingsParameters
   
  Properties
  
  Count
  Gets the number of parameters in the collection.
Declaration
  
  Property Value
  
  
  this[int]
  
  
  Declaration
  
    IPLMSettingsParameter this[int Index] { get; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | Index |  | 
    
  
  Property Value