API Help
Eplan.EplApi.DataModel Namespace / Project.DeviceTagSettings Class / AllowedLetters Property

In This Topic
    AllowedLetters Property
    In This Topic
    Representation of XDtcDeviceTagCheck.Hierarchy.AllowedLetters setting value. In P8-GUI it can be found in the menu:Options/Settings:Projects/<project>/Devices/DT syntax check:Structure identifier/All upper-case letters and numbers. It provides possibility to use letters in DeviceTag. To make it work EnableSyntaxCheck must be true.
    Syntax
    public bool AllowedLetters {get; set;}
    public:
    property bool AllowedLetters {
       bool get();
       void set (    bool value);
    }
    Remarks
    This property might throw this same exceptions what functions Eplan::EplApi::DataModel::ProjectSettings: and Eplan::EplApi::DataModel::ProjectSettings: might throw.
    See Also