Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDUserDefinedPropertyDefinition Class / DoNotUseAnyMore Property

In This Topic
    DoNotUseAnyMore Property
    In This Topic
    "Do not use any more" property.
    Syntax
    public bool DoNotUseAnyMore {get; set;}
    public:
    property bool DoNotUseAnyMore {
       bool get();
       void set (    bool value);
    }
    See Also