Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacementPropertyList Class / DMG_VIEWPLACEMENT_ORIENTATION Property / DMG_VIEWPLACEMENT_ORIENTATION Property

In This Topic
    DMG_VIEWPLACEMENT_ORIENTATION Property
    In This Topic
    Model view: Rotation # 36514.
    Syntax
    public PropertyValue DMG_VIEWPLACEMENT_ORIENTATION {get; set;}
    public:
    property PropertyValue^ DMG_VIEWPLACEMENT_ORIENTATION {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Rotates the content of the model view by 90°, 180° or 270° counterclockwise. This can be useful in order to make optimum use of highly-formatted model views on pages in landscape orientation. The border of the model view is not rotated. Texts in a model view that is rotated by 90° are rotated by the same angle. The exception are property texts to be read from the right. For them to remain legible, they are rotated by -90°.

    See Also