GetNameByIndex

ITagCollection.GetNameByIndex method

Returns key of a tag at the specified index.

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

Return Value

Key of a tag.

See Also