| CtrlQueueQueueSize Property |
[This is preliminary documentation and is subject to change.]
Number of items on the OpenDSS control Queue
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int QueueSize { get; }
Public ReadOnly Property QueueSize As Integer
Get
public:
property int QueueSize {
int get ();
}
member QueueSize : int with get
function get_QueueSize();
Property Value
Type:
Int32See Also