AttributeTranslationCollection.IndexOf Method

Include Protected Members
Include Inherited Members

Gets the index of an AttributeTranslation.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Protected method IndexOf(String) Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection. (Inherited from ModelComponentCollection.)
Public method IndexOf(Int32) Gets the index of a Translation, with the specified language. (Inherited from TranslationCollection.)
Public method IndexOf(AttributeTranslation) Gets the index of a specified AttributeTranslation.
Protected method IndexOf(IModelComponent) (Inherited from ModelComponentCollection.)
Public method IndexOf(Translation) Gets the index of a specified Translation. (Inherited from TranslationCollection.)

Top