ArcObjects Library Reference (Display)  

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