API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacementPropertyList Class / DMG_VIEWPLACEMENT_ORIENTATION Property / DMG_VIEWPLACEMENT_ORIENTATION(Int32) Property

In This Topic
    DMG_VIEWPLACEMENT_ORIENTATION(Int32) Property
    In This Topic
    Model view: Rotation # 36514. This property isn't indexed.
    Syntax
    public PropertyValue DMG_VIEWPLACEMENT_ORIENTATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMG_VIEWPLACEMENT_ORIENTATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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