Metodo UtilReadAllProperties(Document)
|
Legge tutte le proprietà del documento.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.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 Document
- Documento di Inventor.
Valore di ritorno
DictionaryString,
ObjectVedi anche