Metodo DedDistControlCompareDistExp(BomItemCollection, BomItemCollection, BomItemCollection, Boolean)
             | 
          
        
        
            Effettua la comparazione e salva le informazioni nei BomItem
            
        
        Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic void CompareDistExp(
	BomItemCollection bicSx,
	BomItemCollection bicDx,
	ref BomItemCollection bomExp,
	bool resetCache = true
)
Public Sub CompareDistExp ( 
	bicSx As BomItemCollection,
	bicDx As BomItemCollection,
	ByRef bomExp As BomItemCollection,
	Optional resetCache As Boolean = true
)
public:
void CompareDistExp(
	BomItemCollection^ bicSx, 
	BomItemCollection^ bicDx, 
	BomItemCollection^% bomExp, 
	bool resetCache = true
)
member CompareDistExp : 
        bicSx : BomItemCollection * 
        bicDx : BomItemCollection * 
        bomExp : BomItemCollection byref * 
        ?resetCache : bool 
(* Defaults:
        let _resetCache = defaultArg resetCache true
*)
-> unit Parametri
- bicSx  BomItemCollection
 -  
 - bicDx  BomItemCollection
 -  
 - bomExp  BomItemCollection
 -  
 - resetCache  Boolean  (Optional)
 -  
 
Vedi anche