API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacement Class / ViewDirection Property

In This Topic
    ViewDirection Property
    In This Topic
    The direction from which objects are seen in ViewPlacement.
    Syntax
    public ViewDirectionType ViewDirection {get; set;}
    public:
    property ViewDirectionType ViewDirection {
       ViewDirectionType get();
       void set (    ViewDirectionType value);
    }
    Remarks

    Changes are visible after calling Update.

    See Also