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

In This Topic
    ManualPageDescription Property
    In This Topic
    Text used for describing page, if automatic page description if switched off.
    Syntax
    public MultiLangString ManualPageDescription {get; set;}
    public:
    property MultiLangString^ ManualPageDescription {
       MultiLangString^ get();
       void set (    MultiLangString^ value);
    }
    Remarks
    If setting a null value to this property empty multilang string is set. When any not empty value is set then property IsAutomaticPageDescription is set to false.
    See Also