[]
        
(Showing Draft Content)

C1.C1Preview.SystemTagCollection.Item

this Property

this[int]

Gets a TagSys in the current collection by its index.

Declaration
public TagSys this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As TagSys
Parameters
Type Name Description
int index

The index of the TagSys in the current collection.

Property Value
Type Description
TagSys

The TagSys with the specified index.

this[string]

Gets a TagSys in the current collection by its Name.

Declaration
public TagSys this[string tagName] { get; }
Public ReadOnly Default Property Item(tagName As String) As TagSys
Parameters
Type Name Description
string tagName

The name of the TagSys.

Property Value
Type Description
TagSys

The TagSys with the specified name.