RC-WinTrans X8 COM Object Model Help |
AltTranslationProperties.Item
|
Returns the property with the given index.
Syntax: |
Item( Index As Variant, NamespaceURI As String ) As AltTransProperty |
| Return: | AltTransProperty |
| Parameters: |
Index The name of the property or the index number of the collection element. The index can be a numerical expression (a number from 1 to the value of the "Count" property) or a string. NamespaceURI Namespace URI of the property. If the index is a numerical expression the namespace URI must be an empty string.
|
| Example: | Dim AltTransProps As AltTranslationProperties
Dim AltTransProp As AltTranslationProperty
Set AltTransProps = Application.ActiveTransUnit.AltTranslations(1).Properties
Set AltTransProp = AltTransProps.Item("alttrans_restype", "")
|
See also: