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


IDisplay.ClipEnvelopes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplay Interface > IDisplay.ClipEnvelopes Property
ArcGIS Developer Help

IDisplay.ClipEnvelopes Property

The invalid region as a set of envelopes. Use after StartDrawing and before FinishDrawing.

[Visual Basic .NET]
Public ReadOnly Property ClipEnvelopes As ISet
[C#]
public ISet ClipEnvelopes {get;}
[C++]
HRESULT get_ClipEnvelopes(
  ISet** envelopes
);
[C++]
Parameters
envelopes [out, retval]

envelopes is a parameter of type ISet**

Product Availability

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

Remarks

Use ISet::Reset and ISet::Next methods to iterate through the returned set of objects.

See Also

IDisplay Interface