ArcObjects Library Reference  (Display)    

IDisplay.ClipEnvelopes Property

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

[Visual Basic 6.0]
Property ClipEnvelopes As ISet
[Visual Basic .NET]
Public ReadOnly Property ClipEnvelopes As ISet
[C#]
public ISet ClipEnvelopes {get;}
[Java]
public ISet getClipEnvelopes()
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page