classOdDbVisibilityOverrule : public OdRxOverrule;
Description
This class overrules a subset of visibility linked operations which an entity specifies. It is used as a base class for classes derived from OdDbEntity to change their behavior. Each default implementation calls the corresponding method of the target class.
Overrules OdDbEntity::subVisibility() method and calls it in the default implementation. This method returns the visibility state of the object as the OdDb::Visibility enumeration.