Metodo UtilityShowECO(TreeListHitInfo, DedData, DictionaryTreeListNode, TupleInt32, DedEcoEcoTypeEnum, Int32)
             | 
          
        
        
            Visualizza gli ECO associati all'anagrafica cliccata.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic static bool ShowECO(
	TreeListHitInfo hitInfo,
	DedData data,
	Dictionary<TreeListNode, Tuple<int, DedEcoEcoTypeEnum, int>> ecoDictionary
)
Public Shared Function ShowECO ( 
	hitInfo As TreeListHitInfo,
	data As DedData,
	ecoDictionary As Dictionary(Of TreeListNode, Tuple(Of Integer, DedEcoEcoTypeEnum, Integer))
) As Boolean
public:
static bool ShowECO(
	TreeListHitInfo^ hitInfo, 
	DedData^ data, 
	Dictionary<TreeListNode^, Tuple<int, DedEcoEcoTypeEnum, int>^>^ ecoDictionary
)
static member ShowECO : 
        hitInfo : TreeListHitInfo * 
        data : DedData * 
        ecoDictionary : Dictionary<TreeListNode, Tuple<int, DedEcoEcoTypeEnum, int>> -> bool Parametri
- hitInfo  TreeListHitInfo
 - Informazioni sul punto cliccato.
 - data  DedData
 - Anagrafica da usare come riferimento.
 - ecoDictionary  DictionaryTreeListNode, TupleInt32, DedEcoEcoTypeEnum, Int32
 - Dizionario contentente il numero di ECO.
 
Valore di ritorno
BooleanRitorna True se è stata cliccata la colonna ECO, False altrimenti.
Vedi anche