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


IMoveImageFeedback2.PolygonBounds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMoveImageFeedback2 Interface > IMoveImageFeedback2.PolygonBounds Property
ArcGIS Developer Help

IMoveImageFeedback2.PolygonBounds Property

The bounds of the image.

[Visual Basic .NET]
Public WriteOnly Property PolygonBounds
[C#]
public void PolygonBounds {set;}
[C++]
HRESULT put_PolygonBounds(
  IPolygon* 
);
[C++]
Parameters
 [in]

is a parameter of type IPolygon*

Product Availability

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

See Also

IMoveImageFeedback2 Interface