Search Results for

    Show / Hide Table of Contents

    Item property

    Name

    Sdl.MultiTerm.TMO.Interop.ImportDefinitions.Item — Provides access to a particular import definition.

    Type

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

    Index Parameters

    • Index (Variant)

    Description

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

    Sample

    Termbase oTb = oTbs["Termbase name"];
    
    ImportDefinitions oImpDefs = oTb.ImportDefinitions;
    ImportDefinition oImpDef = oImpDefs[0];
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX