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

In This Topic
    ViewStyle Property
    In This Topic
    Determines way how objects are display in ViewPlacement.
    Syntax
    public ViewStyleType ViewStyle {get; set;}
    public:
    property ViewStyleType ViewStyle {
       ViewStyleType get();
       void set (    ViewStyleType value);
    }
    Remarks

    Changes are visible after calling Update.

    See Also