Metodo PartInfo.SetAllAttr

Libreria DedNetAcad

Metodo PartInfoSetAllAttr

Imposta tutti gli attributi nella parte.

Namespace:  DedNetAcad
Assembly:  DedNetAcad (in DedNetAcad.dll) Versione: 20.3.0.0 (20.3.0.0)
Sintassi
public void SetAllAttr(
	Dictionary<string, string> attrs
)
Public Sub SetAllAttr ( 
	attrs As Dictionary(Of String, String)
)
public:
void SetAllAttr(
	Dictionary<String^, String^>^ attrs
)
member SetAllAttr : 
        attrs : Dictionary<string, string> -> unit 

Parametri

attrs
Tipo: System.Collections.GenericDictionaryString, String
Dizionario di attributi da impostare.
Vedi anche