Search Results for

    Show / Hide Table of Contents

    Item property

    Name

    Sdl.MultiTerm.TMO.Interop.ExportDefinitions.Item — Provides access to a particular export definition.

    Type

    Sdl.MultiTerm.TMO.Interop.ExportDefinition

    (read)

    Index Parameters

    • Index (Variant)

    Description

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

    Sample

    Termbase oTb = oTbs["Termbase name"];
    
    ExportDefinitions oExpDefs = oTb.ExportDefinitions;
    ExportDefinition oExpDef = oExpDefs[0];
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX