Search Results for

    Show / Hide Table of Contents

    Term property

    Name

    Sdl.MultiTerm.TMO.Interop.Homonym.Term — Returns the homonym term.

    Type

    String (read)

    Index Parameters

    none

    Description

    This property allows you to output the actual homonym term(s) that was/were found in a particular termbase index. This is useful, e.g. for generating a list of homonym terms.

    Sample

    Termbase oTb = oTbs["Termbase name"];
    
    Homonyms oHomonyms = oTb.GetHomonyms("English", "","");
    
    //select first homonym term
    Homonym oHomonym = oHomonyms[0];
    Debug.Write("Homonym term: " + oHomonym.Term);
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX