com.esri.arcgis.carto
Interface IDatasetRenderer

All Superinterfaces:
Serializable
All Known Implementing Classes:
LasPointElevationRenderer, LasUniqueValueRenderer, TinElevationRenderer, TinNodeElevationRenderer

public interface IDatasetRenderer
extends Serializable

Provides access to members that control functions common to all dataset renderers.

Product Availability

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


Method Summary
 IDataset getDataset()
          The Dataset associated with the renderer.
 void setDatasetByRef(IDataset ppDataset)
          The Dataset associated with the renderer.
 

Method Detail

setDatasetByRef

void setDatasetByRef(IDataset ppDataset)
                     throws IOException,
                            AutomationException
The Dataset associated with the renderer.

Product Availability

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

Parameters:
ppDataset - A reference to a com.esri.arcgis.geodatabase.IDataset (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataset

IDataset getDataset()
                    throws IOException,
                           AutomationException
The Dataset associated with the renderer.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geodatabase.IDataset
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.