Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCDATATYPE Property / FUNC_PLCDATATYPE Property

In This Topic
    FUNC_PLCDATATYPE Property
    In This Topic
    Data type # 20405.
    Syntax
    public PropertyValue FUNC_PLCDATATYPE {get; set;}
    public:
    property PropertyValue^ FUNC_PLCDATATYPE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Data type of a PLC connection point. Meaningful entries are, for example, BOOL, BYTE, WORD, DWORD, LWORD. The data type depends on the PLC type.

    See Also