Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / SegmentDefinition Class / IsNotUsedAnymore Property

In This Topic
    IsNotUsedAnymore Property
    In This Topic
    Determines whether the segment definition in the project is write-protected.
    Syntax
    public bool IsNotUsedAnymore {get; set;}
    public:
    property bool IsNotUsedAnymore {
       bool get();
       void set (    bool value);
    }
    Remarks
    When compressing the project, such segment definitions can be deleted if they are not used in the project.
    See Also