Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / IEplAction Interface / GetActionProperties Method
The data structure ActionProperties is filled with the properties.

In This Topic
    GetActionProperties Method (IEplAction)
    In This Topic
    Returns descriptive data for the action. For documentation purposes only.
    Syntax
    void GetActionProperties( 
       ref ActionProperties actionProperties
    )
    void GetActionProperties( 
       ActionProperties^% actionProperties
    ) 

    Parameters

    Parameter NameDescription
    actionPropertiesThe data structure ActionProperties is filled with the properties.
    See Also