API Help
Eplan.EplApi.DataModel Namespace / PlcIO Class / FunctionText Property

In This Topic
    FunctionText Property (PlcIO)
    In This Topic
    Returns the PlcIOEntry's comment (function text).
    Syntax
    public MultiLangString FunctionText {get; set;}
    public:
    property MultiLangString^ FunctionText {
       MultiLangString^ get();
       void set (    MultiLangString^ value);
    }
    See Also