| CktElementNumControls Property |
[This is preliminary documentation and is subject to change.]
Number of controls connected to this device.
Use to determine valid range for index into Controller array.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int NumControls { get; }
Public ReadOnly Property NumControls As Integer
Get
public:
property int NumControls {
int get ();
}
member NumControls : int with get
function get_NumControls();
Property Value
Type:
Int32See Also