Eplan Platform API
Eplan.EplApi.HEServices Namespace / PlcService.PLCDataConverterInfo Class / ConverterID Property

In This Topic
    ConverterID Property
    In This Topic
    A converter's ID. The value of this property may be used as strConverterID parameter to the ImportData and ExportData methods of the PLCService class.
    Syntax
    public string ConverterID {get;}
    public:
    property String^ ConverterID {
       String^ get();
    }
    See Also