Search Results for

    Show / Hide Table of Contents

    Item property

    Name

    Sdl.MultiTerm.TMO.Interop.LayoutDefinitions.Item — Provides access to a particular layout definition.

    Type

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

    Index Parameters

    • Index (Variant)

    Description

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

    Sample

    Termbase oTb = oTbs["Termbase name"];
    
    LayoutDefinitions oLayouts = oTb.LayoutDefinitions;
    LayoutDefinition oLayouts = oLayouts[0];
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX