Eplan Platform API
Eplan.EplApi.DataModel Namespace / StorableObject Class / IsValid Property

In This Topic
    IsValid Property (StorableObject)
    In This Topic
    Determines if StorableObject is correct database object and is not deleted.
    Syntax
    public bool IsValid {get;}
    public:
    property bool IsValid {
       bool get();
    }
    See Also