Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / OnStart Method

In This Topic
    OnStart Method
    In This Topic
    Is called after start of interaction
    Syntax
    public virtual RequestCode OnStart( 
       InteractionContext oContext
    )
    public:
    virtual RequestCode OnStart( 
       InteractionContext^ oContext
    ) 

    Parameters

    oContext

    Return Value

    Default RequestCode for this function is Stop.
    See Also