Interface IST_IntOperation
  
  
  
  Assembly: STOperationTypes.dll
  Syntax
  
    [Guid("9936A5B3-556F-43C3-893C-603219356864")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_IntOperation : IST_Operation
   
  Properties
  
  Container
  
  
  Declaration
  
    IST_OpContainer Container { get; }
   
  Property Value
  
  
  ID
  
  
  Declaration
  
  Property Value
  
  
  ParametersUI
  
  
  Declaration
  
    IST_OpParametersUI ParametersUI { get; }
   
  Property Value
  
  
  Solver
  
  
  Declaration
  
    IST_OperationSolver Solver { get; }
   
  Property Value
  
  Methods
  
  ClearReferences()
  
  
  Declaration
  
  
  Create(IST_OpContainer)
  
  
  Declaration
  
    void Create(IST_OpContainer Container)
   
  Parameters
  
  
  DoChangeParameter(string, string)
  
  
  Declaration
  
    void DoChangeParameter(string ParameterName, string Value)
   
  Parameters
  
  
  GetChildNamedProperty_(string)
  
  
  Declaration
  
    object GetChildNamedProperty_(string AName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | AName |  | 
    
  
  Returns
  
  
  GetPropIterator(string, out IST_CustomPropIterator)
  
  
  Declaration
  
    bool GetPropIterator(string PageID, out IST_CustomPropIterator PropIterator)
   
  Parameters
  
  Returns
  
  
  
  
  
  Declaration
  
  
  IsCorrectParameters()
  
  
  Declaration
  
    bool IsCorrectParameters()
   
  Returns
  
  
  IsFinishingOperation()
  
  
  Declaration
  
    bool IsFinishingOperation()
   
  Returns
  
  
  IsInternalOperation()
  
  
  Declaration
  
    bool IsInternalOperation()
   
  Returns
  
  
  
  
  
  Declaration
  
    bool IsToolTypeSupported(TSTMillToolType tt)
   
  Parameters
  
  Returns
  
  
  LoadFromStream(IStream)
  
  
  Declaration
  
    void LoadFromStream(IStream Stream)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | IStream | Stream |  | 
    
  
  
  LoadFromXML(IST_XMLPropPointer)
  
  
  Declaration
  
    void LoadFromXML(IST_XMLPropPointer XMLProp)
   
  Parameters
  
  
  ResetAll()
  
  
  Declaration
  
  
  ResetFillOnly()
  
  
  Declaration
  
  
  ResetTechInfOnly()
  
  
  Declaration
  
  
  ResetTransitionOnly()
  
  
  Declaration
  
    void ResetTransitionOnly()
   
  
  SaveDebugFiles(string)
  
  
  Declaration
  
    void SaveDebugFiles(string FileNameWithoutExt)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | FileNameWithoutExt |  | 
    
  
  
  SaveToStream(IStream)
  
  
  Declaration
  
    void SaveToStream(IStream Stream)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | IStream | Stream |  | 
    
  
  
  SaveToXML(IST_XMLPropPointer)
  
  
  Declaration
  
    void SaveToXML(IST_XMLPropPointer XMLProp)
   
  Parameters
  
  
  SetDefaultParameters(IST_OpContainer)
  
  
  Declaration
  
    void SetDefaultParameters(IST_OpContainer CopyFrom)
   
  Parameters