Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / IsArticleDataReadOnly Property

In This Topic
    IsArticleDataReadOnly Property
    In This Topic
    Determines whether the article reference data can be changed for this object.
    Syntax
    public bool IsArticleDataReadOnly {get;}
    public:
    property bool IsArticleDataReadOnly {
       bool get();
    }
    Remarks
    If SegmentTemplate is assigned to this object then article references from this object can be added/removed/changed.
    See Also