Overload List
Gets the specified AlarmZone from the collection by numeric index.
[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As AlarmZone
[C#] public AlarmZone this[int]{get;}
[Delphi] public property Item[index: Int32]: AlarmZone read get_Item;
Gets the specified AlarmZone from the collection by name.
[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As AlarmZone
[C#] public AlarmZone this[string]{get;}
[Delphi] public property Item[name: String]: AlarmZone read get_Item;
See Also
AlarmZonesCollection Class | AlarmZonesCollection Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |