API Help
Eplan.EplApi.Base Namespace / FileSelectDecisionContext Class / OpenFileFlag Property

In This Topic
    OpenFileFlag Property
    In This Topic
    Set or get the openfileflag. Set this flag when you want to open a file Do not set it when you want to save a file.
    Syntax
    public bool OpenFileFlag {get; set;}
    public:
    property bool OpenFileFlag {
       bool get();
       void set (    bool value);
    }
    See Also