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

In This Topic
    FRAME_DEVTAGSEARCHDIR_FOR_GOST(Int32) Property
    In This Topic
    DT adoption: Search direction conforming to GOST standard # 12104. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_DEVTAGSEARCHDIR_FOR_GOST( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_DEVTAGSEARCHDIR_FOR_GOST {
       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 to suit the GOST standard. If this property is activated, then in plot frames with a "Vertical" report generation direction, the DT is searched for towards the right and with a "Horizontal" report generation direction the DT is searched for downwards.

    See Also