Eplan Platform API
Eplan.EplApi.DataModel Namespace / UserDefinedPropertyDefinition Class / GUIReadOnly Property

In This Topic
    GUIReadOnly Property (UserDefinedPropertyDefinition)
    In This Topic
    Gets/Sets a flag which indicates if property is read only in GUI in the project.
    Syntax
    public bool GUIReadOnly {get; set;}
    public:
    property bool GUIReadOnly {
       bool get();
       void set (    bool value);
    }
    See Also