Click or drag to resize

CktElementVariableByName Method (String, Int32, Double)

[This is preliminary documentation and is subject to change.]

Set the Value of a variable by name if a PCElement. 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 void VariableByName(
	string Name,
	ref int Code,
	double Value
)

Parameters

Name
Type: SystemString

[Missing <param name="Name"/> documentation for "M:dss_sharp.CktElement.VariableByName(System.String,System.Int32@,System.Double)"]

Code
Type: SystemInt32

[Missing <param name="Code"/> documentation for "M:dss_sharp.CktElement.VariableByName(System.String,System.Int32@,System.Double)"]

Value
Type: SystemDouble

[Missing <param name="Value"/> documentation for "M:dss_sharp.CktElement.VariableByName(System.String,System.Int32@,System.Double)"]

See Also