Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / OnReturnFromSubInteraction Method
If true sub-interaction finish with RequestCode.

In This Topic
    OnReturnFromSubInteraction Method
    In This Topic
    Is called on end of sub-interaction.
    Syntax
    public virtual RequestCode OnReturnFromSubInteraction( 
       bool bSuccessFull,
       Interaction pSubInteraction
    )
    public:
    virtual RequestCode OnReturnFromSubInteraction( 
       bool bSuccessFull,
       Interaction^ pSubInteraction
    ) 

    Parameters

    bSuccessFull
    If true sub-interaction finish with RequestCode.
    pSubInteraction

    Return Value

    Default RequestCode for this function is Nothing.
    See Also