EBSILON®Professional Online Documentation
EbsScript / EbsScript Functions / EbsOpen-Functions
In This Topic
    EbsOpen-Functions
    In This Topic

    EbsOpen-Functions


    Functions for use with EbsOpen. All functions return a value of type "autodispatch". This can be used to initialize an object from the Unit @EbsOpen.

    The unit can be used with EbsScript --> Add Unit from Typelib … imported:

     

     

    EbsOpen

    Name

    Purpose

    Arguments

    Return value

    Example

    getEbsOpenApplication

    Function returns an autodispatch to the current Ebsilon instance with the EbsOpen, TIApplication can be initialized.

    no arguments

    autodispatch

     

    getEbsOpenEbsValue

    Function returns an autodispatch on the transferred EbsValue with the EbsOpen, TIEbsValue can be initialized.

    Const EbsVar: value

    autodispatch

     

     getEbsOpenModel

    Function returns an autodispatch on the current model with the EbsOpen, TIModel can be initialized.

     no arguments

    autodispatch

     

    getEbsOpenObject

    Function returns an autodispatch on the transferred EbsObject with the EbsOpen, TIObject can be initialized.

    EbsObject: object

     

    autodispatch