Metodo UtilReadAllProperties(IModelDoc2, String)
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 27.1.0
Sintassi public static Dictionary<string, Object> ReadAllProperties(
IModelDoc2 swDoc,
string config
)
Public Shared Function ReadAllProperties (
swDoc As IModelDoc2,
config As String
) As Dictionary(Of String, Object)
public:
static Dictionary<String^, Object^>^ ReadAllProperties(
IModelDoc2^ swDoc,
String^ config
)
static member ReadAllProperties :
swDoc : IModelDoc2 *
config : string -> Dictionary<string, Object>
Parametri
- swDoc IModelDoc2
-
- config String
-
Valore di ritorno
DictionaryString,
ObjectVedi anche