Metodo PartInfoGetAllAttr 
             | 
          
        
         
            Restituisce un dizionario con tutti gli attributi presenti nella parte.
            Restituisce sempre un dizionario inizializzato.
            
 
    Namespace: 
   DedNetAcad
    Assembly:
   DedNetAcad (in DedNetAcad.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassipublic Dictionary<string, string> GetAllAttr()
Public Function GetAllAttr As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ GetAllAttr()
member GetAllAttr : unit -> Dictionary<string, string> 
Valore di ritorno
Tipo: 
DictionaryString, 
String
Vedi anche