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

In This Topic
    AllowSpecialCharacters Property
    In This Topic
    Representation of XDtcDeviceTagCheck.Hierarchy.AllowSpecialCharacters setting value. In P8-GUI it can be found in the menu:Options/Settings:Projects/<project>/Devices/DT syntax check:Structure identifier/Valid special characters. It provides possibility to use special characters in DeviceTag. Special characters are: `_' `?' `*' `,' . It might be changed by dynamic configuration. To make it work EnableSyntaxCheck must be true.
    Syntax
    public bool AllowSpecialCharacters {get; set;}
    public:
    property bool AllowSpecialCharacters {
       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