Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_DEVTAGSEARCHDIR_BOXESONLY Property / FRAME_DEVTAGSEARCHDIR_BOXESONLY Property

In This Topic
    FRAME_DEVTAGSEARCHDIR_BOXESONLY Property
    In This Topic
    DT adoption: Only from boxes # 12105.
    Syntax
    public PropertyValue FRAME_DEVTAGSEARCHDIR_BOXESONLY {get; set;}
    public:
    property PropertyValue^ FRAME_DEVTAGSEARCHDIR_BOXESONLY {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This plot frame property allows the search direction for DT adoption to be changed. If this property is activated, the DT is only adopted from the box surrounding the function (black box, PLC box) on the corresponding project pages. If the function is not located in a box, no DT can be adopted.

    See Also