API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCDATATYPE Property / FUNC_PLCDATATYPE(Int32) Property

In This Topic
    FUNC_PLCDATATYPE(Int32) Property
    In This Topic
    Data type # 20405. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCDATATYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCDATATYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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