API Help
Eplan.EplApi.DataModel.Graphics Namespace / PlaceHolder.Variable Class / IsChangeable Property

In This Topic
    IsChangeable Property
    In This Topic
    Returns true if variable is set as changeable
    Syntax
    public bool IsChangeable {get; set;}
    public:
    property bool IsChangeable {
       bool get();
       void set (    bool value);
    }

    Property Value

    True if variable is set as changeable
    See Also