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

In This Topic
    EnableSyntaxCheck Property
    In This Topic
    Representation of XDtcDeviceTagCheck.Hierarchy.ActivateDeviceTagCheck settings value. In P8-GUI it can be found in the menu:Options/Settings:Projects/<project>/Devices/DT syntax check:Structure identifier/Enable check. If value of this property is false then all others properties of this class will not be used - syntax checking for DeviceTags names is disabled.
    Syntax
    public bool EnableSyntaxCheck {get; set;}
    public:
    property bool EnableSyntaxCheck {
       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