Click or drag to resize

Circuitget_CktElements Method (Int32)

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

Activates and returns a CktElement by its global (zero-based) index.

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public CktElement get_CktElements(
	int idx
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:dss_sharp.Circuit.get_CktElements(System.Int32)"]

Return Value

Type: CktElement

[Missing <returns> documentation for "M:dss_sharp.Circuit.get_CktElements(System.Int32)"]

See Also