This document is archived and information here might be outdated.  Recommended version.


IScreenInvalidate.InvalidEnvelope Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenInvalidate Interface > IScreenInvalidate.InvalidEnvelope Property
ArcGIS Developer Help

IScreenInvalidate.InvalidEnvelope Property

The bounds of the invalid region.

[Visual Basic .NET]
Public ReadOnly Property InvalidEnvelope As IEnvelope
[C#]
public IEnvelope InvalidEnvelope {get;}
[C++]
HRESULT get_InvalidEnvelope(
  IEnvelope** envelope
);
[C++]
Parameters
envelope [out, retval]

envelope is a parameter of type IEnvelope**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScreenInvalidate Interface