IsOverride property

**This property is obsolete in V.7.**

Returns whether the day manager settings are overriden or inherited. For example, if you obtain the IERUDayManager from the project schedule, and the IsOverride property is FALSE, then the values from the day manager are inherited from the community level. If the IsOverride property is TRUE, then the project has overriden the community settings.

By setting IsOverride to FALSE, you clear the override for the object from which you obtained the IERUDayManager.

Syntax


C++

HRESULT get_IsOverride(VARIANT* pIsOverriden)

Scripting languages

IsOverride = Object.IsOverride

Home

Applies to

IERUDayManager