API Help
Eplan.EplApi.DataModel.Graphics Namespace / ContactImage Class / AreUserDefinedSettings Property

In This Topic
    AreUserDefinedSettings Property
    In This Topic
    If true P8 uses settings from property DisplayMask to display contact image.
    Syntax
    public bool AreUserDefinedSettings {get; set;}
    public:
    property bool AreUserDefinedSettings {
       bool get();
       void set (    bool value);
    }
    Remarks
    If value is false then project settings are used.
    See Also