Metodo UtilReadAllProperties (PartInfo)
|
Legge le proprietà presenti all'interno del file e li restituisce.
Namespace:
DedNetAcad
Assembly:
DedNetAcad (in DedNetAcad.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi public static Dictionary<string, Object> ReadAllProperties(
PartInfo prtInfo
)
Public Shared Function ReadAllProperties (
prtInfo As PartInfo
) As Dictionary(Of String, Object)
public:
static Dictionary<String^, Object^>^ ReadAllProperties(
PartInfo^ prtInfo
)
static member ReadAllProperties :
prtInfo : PartInfo -> Dictionary<string, Object>
Parametri
- prtInfo
- Tipo: DedNetAcadPartInfo
Valore di ritorno
Tipo:
DictionaryString,
ObjectVedi anche