Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / EventParameterString Class / CreateFrom Method
The EventParameterString object is created from this interface. This interface should point to an EventParameter object that is an EventParameterString.

In This Topic
    CreateFrom Method
    In This Topic
    Creates the specific EventParameterString object from the IEventParameter interface.
    Syntax
    public void CreateFrom( 
       IEventParameter pIEventParameter
    )
    public:
    void CreateFrom( 
       IEventParameter^ pIEventParameter
    ) 

    Parameters

    pIEventParameter
    The EventParameterString object is created from this interface. This interface should point to an EventParameter object that is an EventParameterString.
    See Also