| MetersSequenceIndex Property |
[This is preliminary documentation and is subject to change.]
Get/set Index into Meter's SequenceList that contains branch pointers in lexical order. Earlier index guaranteed to be upline from later index. Sets PDelement active.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int SequenceIndex { get; set; }
Public Property SequenceIndex As Integer
Get
Set
public:
property int SequenceIndex {
int get ();
void set (int value);
}
member SequenceIndex : int with get, set
function get_SequenceIndex();
function set_SequenceIndex(value);
Property Value
Type:
Int32See Also