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