Metodo UtilReadDataFromSwDoc
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 27.1.0
Sintassi public static DedData ReadDataFromSwDoc(
IModelDoc2 swDoc,
string config,
DedDoc dbDoc = null,
bool checkDataMatching = true
)
Public Shared Function ReadDataFromSwDoc (
swDoc As IModelDoc2,
config As String,
Optional dbDoc As DedDoc = Nothing,
Optional checkDataMatching As Boolean = true
) As DedData
public:
static DedData^ ReadDataFromSwDoc(
IModelDoc2^ swDoc,
String^ config,
DedDoc^ dbDoc = nullptr,
bool checkDataMatching = true
)
static member ReadDataFromSwDoc :
swDoc : IModelDoc2 *
config : string *
?dbDoc : DedDoc *
?checkDataMatching : bool
(* Defaults:
let _dbDoc = defaultArg dbDoc null
let _checkDataMatching = defaultArg checkDataMatching true
*)
-> DedData
Parametri
- swDoc IModelDoc2
-
- config String
-
- dbDoc DedDoc (Optional)
-
- checkDataMatching Boolean (Optional)
-
Valore di ritorno
DedDataVedi anche