com.esri.arcgis.system
Interface IRectHolder

All Superinterfaces:
Serializable
All Known Implementing Classes:
IRectHolderProxy

public interface IRectHolder
extends Serializable

Provides access to rectangle methods.

Product Availability

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


Method Summary
 void rect(tagRECT pRect)
          Write a rectangle.
 

Method Detail

rect

void rect(tagRECT pRect)
          throws IOException,
                 AutomationException
Write a rectangle.

Product Availability

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

Parameters:
pRect - A Structure: com.esri.arcgis.system.tagRECT (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.