Search Results for

    Show / Hide Table of Contents

    Close method

    Name

    Sdl.MultiTerm.TMO.Interop.Termbase.Close — Closes a specified termbase.

    Returntype

    void

    Parameters

    none

    Description

    Applying this method closes a termbase, thereby making it inaccessible for, e.g. further search operations.

    Sample

    Termbase oTb = oTbs[0];
    oTb.Close();
    
    • Improve this Doc
    In this article
    Back to top Generated by DocFX