Click or drag to resize

CktElementController Method

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

Full name of the i-th controller attached to this element. Ex: str = Controller(2). See NumControls to determine valid index range

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public string Controller(
	int idx
)

Parameters

idx
Type: SystemInt32

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

Return Value

Type: String

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

See Also