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.
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.