Eplan Platform API
Eplan.EplApi.HEServices Namespace / PlcService Class / GetAvailableFormats Method
ID of the PLC data converter to use. The IDs of the registered PLC converters together with their full names may be obtained by calling the GetAvailableConverters method.

In This Topic
    GetAvailableFormats Method
    In This Topic
    Returns a string array of available formats that may be used for exporting PLC data.
    Syntax
    public string[] GetAvailableFormats( 
       string strConverterId
    )
    public:
    array<String^>^ GetAvailableFormats( 
       String^ strConverterId
    ) 

    Parameters

    strConverterId
    ID of the PLC data converter to use. The IDs of the registered PLC converters together with their full names may be obtained by calling the GetAvailableConverters method.
    See Also