API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment.PLCAddress Class / FunctionText Property

In This Topic
    FunctionText Property (PlanningSegment.PLCAddress)
    In This Topic
    The function text for the PLC connection point.
    Syntax
    public MultiLangString FunctionText {get; set;}
    public:
    property MultiLangString^ FunctionText {
       MultiLangString^ get();
       void set (    MultiLangString^ value);
    }
    See Also