Search Results for

    Show / Hide Table of Contents

    Count property

    Name

    Sdl.MultiTerm.TMO.Interop.Indexes.Count — Returns the number of indexes (i.e. languages) contained in a termbase definition.

    Type

    Long (read)

    Index Parameters

    none

    Description

    Sample

    Termbase oTb = oTbs["Termbase1"];
    
    TermbaseDefinition oDef = oTb.Definition;
    Debug.WriteLine("Number of indexes: " + oDef.Indexes.Count.ToString());
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX