API Help
Eplan.EplApi.DataModel Namespace / UserDefinedPropertyDefinition Class / DoNotUse Property

In This Topic
    DoNotUse Property
    In This Topic
    Gets/Sets a flag which indicates if property will not be longer displayed in project.
    Syntax
    public bool DoNotUse {get; set;}
    public:
    property bool DoNotUse {
       bool get();
       void set (    bool value);
    }
    See Also