GetValueByIndex

TagCollection.GetValueByIndex method

Returns value of a tag at the specified index.

public string GetValueByIndex(int index)
ParameterTypeDescription
indexInt32Index of a tag to return.

Return Value

Value of a tag.

See Also