Eplan Platform API
Eplan.EplApi.DataModel Namespace / ReportBlock Class / IsAutomaticPageDescription Property

In This Topic
    IsAutomaticPageDescription Property
    In This Topic
    Determines if page description is generated automatically.
    Syntax
    public bool IsAutomaticPageDescription {get; set;}
    public:
    property bool IsAutomaticPageDescription {
       bool get();
       void set (    bool value);
    }
    See Also