API Help
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_DEVTAGSEARCHDIR_BOXESONLY Property / FRAME_DEVTAGSEARCHDIR_BOXESONLY(Int32) Property

In This Topic
    FRAME_DEVTAGSEARCHDIR_BOXESONLY(Int32) Property
    In This Topic
    DT adoption: Only from boxes # 12105. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_DEVTAGSEARCHDIR_BOXESONLY( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_DEVTAGSEARCHDIR_BOXESONLY {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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