Metodo PartInfo.GetAllAttr

DedNet

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: 21.3.0.0 (21.3.0.0)
Sintassi
public 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