Metodo UtilReadDataFromSwFile(String, DedDoc, Boolean, String)
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 28.0.0
Sintassipublic static DedData ReadDataFromSwFile(
string swFileName,
DedDoc doc,
bool checkDataMatching = true,
string config = "*"
)
Public Shared Function ReadDataFromSwFile (
swFileName As String,
doc As DedDoc,
Optional checkDataMatching As Boolean = true,
Optional config As String = "*"
) As DedData
public:
static DedData^ ReadDataFromSwFile(
String^ swFileName,
DedDoc^ doc,
bool checkDataMatching = true,
String^ config = L"*"
)
static member ReadDataFromSwFile :
swFileName : string *
doc : DedDoc *
?checkDataMatching : bool *
?config : string
(* Defaults:
let _checkDataMatching = defaultArg checkDataMatching true
let _config = defaultArg config "*"
*)
-> DedData
Parametri
- swFileName String
-
- doc DedDoc
-
- checkDataMatching Boolean (Optional)
-
- config String (Optional)
-
Valore di ritorno
DedData
Vedi anche