Metodo UtilReadAllProperties (Document)
|
Legge tutte le proprietà del documento.
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public static Dictionary<string, Object> ReadAllProperties(
Document invDoc
)
Public Shared Function ReadAllProperties (
invDoc As Document
) As Dictionary(Of String, Object)
public:
static Dictionary<String^, Object^>^ ReadAllProperties(
Document^ invDoc
)
static member ReadAllProperties :
invDoc : Document -> Dictionary<string, Object>
Parametri
- invDoc
- Tipo: Document
Documento di Inventor.
Valore di ritorno
Tipo:
DictionaryString,
ObjectVedi anche