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

In This Topic
    DefaultExtension Property
    In This Topic
    The default extension of the files to select.
    Syntax
    public string DefaultExtension {get; set;}
    public:
    property String^ DefaultExtension {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    DefaultExtension is added to the file when the user writes the filename and does not specify the extension.
    See Also