com.esri.arcgis.display
Interface IClippingMethod

All Superinterfaces:
Serializable
All Known Implementing Classes:
MarkerPlacementInsidePolygon, MarkerPlacementPolygonCenter, MarkerPlacementRandomInPolygon

public interface IClippingMethod
extends Serializable

Provides access to the clipping method required by an object.

Product Availability

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


Method Summary
 int getClippingMethod()
          Method to be used for clipping.
 

Method Detail

getClippingMethod

int getClippingMethod()
                      throws IOException,
                             AutomationException
Method to be used for clipping.

Product Availability

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

Returns:
A com.esri.arcgis.display.esriClippingMethod constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.