| CktElementVariableByIndex Method (Int32, Int32, Double) |
[This is preliminary documentation and is subject to change.]
Set the Value of a variable by indx if a PCElement. If Code>0 then no variable by this index or not a PCelement.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public void VariableByIndex(
int Idx,
ref int Code,
double Value
)
Public Sub VariableByIndex (
Idx As Integer,
ByRef Code As Integer,
Value As Double
)
public:
void VariableByIndex(
int Idx,
int% Code,
double Value
)
member VariableByIndex :
Idx : int *
Code : int byref *
Value : float -> unit
function VariableByIndex(Idx, Code, Value);
Parameters
- Idx
- Type: SystemInt32
[Missing <param name="Idx"/> documentation for "M:dss_sharp.CktElement.VariableByIndex(System.Int32,System.Int32@,System.Double)"]
- Code
- Type: SystemInt32
[Missing <param name="Code"/> documentation for "M:dss_sharp.CktElement.VariableByIndex(System.Int32,System.Int32@,System.Double)"]
- Value
- Type: SystemDouble
[Missing <param name="Value"/> documentation for "M:dss_sharp.CktElement.VariableByIndex(System.Int32,System.Int32@,System.Double)"]
See Also