com.esri.arcgis.carto
Interface IRectangleElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
RectangleElement

public interface IRectangleElement
extends Serializable

Indicator interface that identifies a Rectangle element.

When To Use

IRectangleElement is an interface implemented by the RectangleElement coclass only. The interface has no properties or methods, but exists to give the developer a method of determining whether the element is a RectangleElement.

To check if a graphic element is a RectangleElement, you just need to check to see if the object supports IRectangleElement.

Product Availability

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