| 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
)
Public Function Controller (
idx As Integer
) As String
public:
String^ Controller(
int idx
)
member Controller :
idx : int -> string
function Controller(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