Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project.DeviceTagSettings Class / AllowUserCharacters Property

In This Topic
    AllowUserCharacters Property
    In This Topic
    Representation of XDtcDeviceTagCheck.Hierarchy.AllowUserCharacters setting value. In P8-GUI it can be found in the "File" -> "Settings..." Projects/<project>/Devices/DT syntax check:Structure identifier/Special text characters. When this option is enabled, all characters in UserCharacters string are possible to be used in DeviceTags. To make it work EnableSyntaxCheck must be true.
    Syntax
    public bool AllowUserCharacters {get; set;}
    public:
    property bool AllowUserCharacters {
       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