Metodo UtilInsertComponent
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 27.1.0
Sintassi public static bool InsertComponent(
string path,
string config,
double xValue,
double yValue,
double zValue
)
Public Shared Function InsertComponent (
path As String,
config As String,
xValue As Double,
yValue As Double,
zValue As Double
) As Boolean
public:
static bool InsertComponent(
String^ path,
String^ config,
double xValue,
double yValue,
double zValue
)
static member InsertComponent :
path : string *
config : string *
xValue : float *
yValue : float *
zValue : float -> bool
Parametri
- path String
-
- config String
-
- xValue Double
-
- yValue Double
-
- zValue Double
-
Valore di ritorno
BooleanVedi anche