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

In This Topic
    FormName Property
    In This Topic
    Name of the form without file extension.
    Syntax
    public string FormName {get; set;}
    public:
    property String^ FormName {
       String^ get();
       void set (    String^ value);
    }
    See Also