API Help
Eplan.EplApi.HEServices Namespace / DrawingService Class / CenterView Property

In This Topic
    CenterView Property
    In This Topic
    Is the preview centered or not?
    Syntax
    public bool CenterView {get; set;}
    public:
    property bool CenterView {
       bool get();
       void set (    bool value);
    }
    See Also