com.esri.arcgis.carto
Interface IDataExclusion2
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ChartRenderer, ClassBreaksRenderer, DotDensityRenderer, ProportionalSymbolRenderer, RepresentationRenderer
public interface IDataExclusion2
- extends Serializable
Provides access to members that control the exclusion of data values from a renderer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
disconnect()
Disconnects the data from the renderer. |
disconnect
void disconnect()
throws IOException,
AutomationException
- Disconnects the data from the renderer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.