Search Results for

    Show / Hide Table of Contents

    Item property

    Name

    Sdl.MultiTerm.TMO.Interop.InputModelDefinitions.Item — Provides access to a particular input model definition.

    Type

    Sdl.MultiTerm.TMO.Interop.InputModelDefinition (read)

    Index Parameters

    • Index (Variant)

    Description

    To select a specific input model definition you can either use the corresponding index number, e.g. Item(0), or the definition name, e.g. Item("Default input model").

    Sample

    Termbase oTb = oTbs["Termbase name"];
    
    InputModelDefinitions oModels = oTb.InputModelDefinitions;
    InputModelDefinition oModels = oModels[0];
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX