Click or drag to resize

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
)

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