API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_DEVICETAGSEARCHDIRECTION Property / FUNC_DEVICETAGSEARCHDIRECTION(Int32) Property

In This Topic
    FUNC_DEVICETAGSEARCHDIRECTION(Int32) Property
    In This Topic
    DT adoption: Search direction # 20035. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_DEVICETAGSEARCHDIRECTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_DEVICETAGSEARCHDIRECTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Shows the search direction for the DT adoption:

    0 = According to orientation of plot frame

    1 = As an alternative to orientation of plot frame

    2 = Only from boxes.

    Additional information can be obtained in the help system in the sections "DT adoption" and "Defining the Search Direction for DT Adoption".

    See Also