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

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

    Changes are visible after calling Update.

    See Also