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

In This Topic
    ModelRotated270Degrees Property
    In This Topic
    If true, model is be rotated by 270 degrees.
    Syntax
    public bool ModelRotated270Degrees {get; set;}
    public:
    property bool ModelRotated270Degrees {
       bool get();
       void set (    bool value);
    }
    Remarks

    Changes are visible after calling Update.

    See Also