ICIMLanguages Interface | |
Description: | This object is a collection of CIMLanguage objects. Example: Sub Languages_Example() Dim oLangMap As
CIMLangMapper.CIMLangMap Dim oLangs As
CIMLangMapper.CIMLanguages Dim oLang As
CIMLangMapper.CIMLanguage Set oLangMap =
CreateObject("CIMLangMapper.CIMLangMap") oLangMap.Load
"c:\trans.clm" Set oLangs =
oLangMap.Languages For each oLang in oLangs MsgBox
oLang.Name Next oLang End Sub |
See Also: | CIMLangMap.Languages |
Properties: | Count , Item , Parent |
Methods: | AddLanguage , RemoveLanguage |