API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / WRITEPROTECTED Property / WRITEPROTECTED(Int32) Property

In This Topic
    WRITEPROTECTED(Int32) Property
    In This Topic
    Change protection # 3014. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue WRITEPROTECTED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ WRITEPROTECTED {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    If this property is activated for an object (e.g. page, function, planning object, hierarchy level in a navigator) the complete object as well as all the subordinate objects are protected against all types of change. This means that not only the parts data are protected, as at device protection, but rather that all the properties of the object can no longer be changed and that the object cannot be deleted or moved. This property is assigned automatically inter alia during the generation of subprojects.

    See Also