Metodo UtilReadAllProperties (String)
|
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(
string invFileName
)
Public Shared Function ReadAllProperties (
invFileName As String
) As Dictionary(Of String, Object)
public:
static Dictionary<String^, Object^>^ ReadAllProperties(
String^ invFileName
)
static member ReadAllProperties :
invFileName : string -> Dictionary<string, Object>
Parametri
- invFileName
- Tipo: SystemString
Path del documento di Inventor.
Valore di ritorno
Tipo:
DictionaryString,
ObjectVedi anche