| CktElementVariable Method |
[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 name. If Code>0 then no variable by this name or not a PCelement.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double Variable(
string MyVarName,
ref int Code
)
Public Function Variable (
MyVarName As String,
ByRef Code As Integer
) As Double
public:
double Variable(
String^ MyVarName,
int% Code
)
member Variable :
MyVarName : string *
Code : int byref -> float
function Variable(MyVarName, Code);
Parameters
- MyVarName
- Type: SystemString
[Missing <param name="MyVarName"/> documentation for "M:dss_sharp.CktElement.Variable(System.String,System.Int32@)"]
- Code
- Type: SystemInt32
[Missing <param name="Code"/> documentation for "M:dss_sharp.CktElement.Variable(System.String,System.Int32@)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:dss_sharp.CktElement.Variable(System.String,System.Int32@)"]
See Also