| CktElementVariableByIndex Method (Int32, Int32) |
[This is preliminary documentation and is subject to change.]
Value as return and error code in Code parameter. For PCElement, get the value of a variable by integer index. 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 double VariableByIndex(
int Idx,
ref int Code
)
Public Function VariableByIndex (
Idx As Integer,
ByRef Code As Integer
) As Double
public:
double VariableByIndex(
int Idx,
int% Code
)
member VariableByIndex :
Idx : int *
Code : int byref -> float
function VariableByIndex(Idx, Code);
Parameters
- Idx
- Type: SystemInt32
[Missing <param name="Idx"/> documentation for "M:dss_sharp.CktElement.VariableByIndex(System.Int32,System.Int32@)"]
- Code
- Type: SystemInt32
[Missing <param name="Code"/> documentation for "M:dss_sharp.CktElement.VariableByIndex(System.Int32,System.Int32@)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:dss_sharp.CktElement.VariableByIndex(System.Int32,System.Int32@)"]
See Also