Search Results for

    Show / Hide Table of Contents

    Count property

    Name

    Sdl.MultiTerm.TMO.Interop.InputModelDefinitions.Count — Returns the number of available input model definitions.

    Type

    Long (read)

    Index Parameters

    none

    Description

    Via this property you can ascertain how many input model definitions are associated with a particular termbase.

    Sample

    Termbase oTb = oTbs["Termbase name"];
    
    InputModelDefinitions oModels = oTb.InputModelDefinitions;
    Debug.Write("Number of input models: +" + oModels.Count);
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX