Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / RemovalOfUnnecessaryProjectStructuresIsEnabled Property

In This Topic
    RemovalOfUnnecessaryProjectStructuresIsEnabled Property
    In This Topic
    Determines if removal of unnecessary project structures in the visible device tag should be forced. This property is need to be set, if you have a function with a visible name that contains project structures, you want to evaluate a new visible name and the project structures should be removed from the visible name if they matches the project structures of a surrounding location box or the page. By default or if this parameter is set to false, the project structures are kept in the visible name even if they are not necessary.
    Syntax
    public bool RemovalOfUnnecessaryProjectStructuresIsEnabled {get; set;}
    public:
    property bool RemovalOfUnnecessaryProjectStructuresIsEnabled {
       bool get();
       void set (    bool value);
    }
    See Also