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


IScreenInvalidate.InvalidEnvelope Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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