Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / ContactImage Class / DisplayMask Property

In This Topic
    DisplayMask Property
    In This Topic
    Gets or sets a value indicating whether position of this object is calculated automatically.
    Syntax
    public ContactImage.Enums.DisplayMaskType DisplayMask {get; set;}
    Exceptions
    ExceptionDescription
    Thrown when object has not been created yet.
    Remarks

    If property AreUserDefinedSettings is false then default project settings are used for displaying this object in GED instead of this value.

    Project settings are stored under path: 'EsCrossReference.ContactImage.MotorSwitchDisplayBitMask' when property IsOnComponent is true; 'EsCrossReference.ContactImage.ContactorDisplayBitMask' when property is false.

    See Also