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

In This Topic
    DataType Property (PlanningSegment.PLCAddress)
    In This Topic
    The data type specifies the address range. Possible values are, e.g., BOOL, BYTE, WORD, and DWORD.
    Syntax
    public string DataType {get; set;}
    public:
    property String^ DataType {
       String^ get();
       void set (    String^ value);
    }
    See Also