Search Results for

    Show / Hide Table of Contents

    Count property

    Name

    Sdl.MultiTerm.TMO.Interop.EntryIDs.Count — Returns the number of entry ids contained in a termbase.

    Type

    Long (read)

    Index Parameters

    none

    Description

    Sample

    //select termbase
    Termbase oTb = oTbs["Termbase name"];
    
    //get entry ids
    EntryIDs oIds = oTb.Entries.GetEntryIDs();
    Debug.WriteLine(oIds.Count.ToString());
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX