Metodo UtilReadDataFromSwComp(IComponent2, Boolean)
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 27.1.0
Sintassi public static DedData ReadDataFromSwComp(
IComponent2 comp,
bool checkDataMatching = true
)
Public Shared Function ReadDataFromSwComp (
comp As IComponent2,
Optional checkDataMatching As Boolean = true
) As DedData
public:
static DedData^ ReadDataFromSwComp(
IComponent2^ comp,
bool checkDataMatching = true
)
static member ReadDataFromSwComp :
comp : IComponent2 *
?checkDataMatching : bool
(* Defaults:
let _checkDataMatching = defaultArg checkDataMatching true
*)
-> DedData
Parametri
- comp IComponent2
-
- checkDataMatching Boolean (Optional)
-
Valore di ritorno
DedDataVedi anche