Legge tutti gli attributi dalla parte e li restituisce sotto forma di DedDataPart.
Gli attributi nella parte sono salvati come stringhe quindi tenta di convertire il valore stringa
nel tipo di dato presente nel Db. Se non ci riesce salta lasciando vuoto il valore
Namespace: DedNetAcadAssembly: DedNetAcad (in DedNetAcad.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static DedDataPart ReadAllAttr(
PartInfo prt,
DedAttrList attrList
)
Public Shared Function ReadAllAttr (
prt As PartInfo,
attrList As DedAttrList
) As DedDataPart
public:
static DedDataPart^ ReadAllAttr(
PartInfo^ prt,
DedAttrList^ attrList
)
static member ReadAllAttr :
prt : PartInfo *
attrList : DedAttrList -> DedDataPart
Parametri
- prt PartInfo
- Parte dalla quale leggere le informazioni.
- attrList DedAttrList
- Lista degli attributi da leggere dalla parte.
Valore di ritorno
DedDataPartVedi anche