com.esri.arcgis.cartoUI
Interface IRendererUIDialog2

All Superinterfaces:
Serializable
All Known Implementing Classes:
BarSizeDialog, MarkerRotationDialog, MarkerSizeDialog, PieSizeDialog, TransparencyFieldDialog

public interface IRendererUIDialog2
extends Serializable

Provides access to members that control a dialog for working with the size properties of chart symbols.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(int parentHWnd)
          Displays the dialog.
 void setFeatureLayerByRef(IFeatureLayer rhs1)
          The feature layer.
 void setRendererByRef(IFeatureRenderer rhs1)
          The renderer.
 

Method Detail

setRendererByRef

void setRendererByRef(IFeatureRenderer rhs1)
                      throws IOException,
                             AutomationException
The renderer.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setFeatureLayerByRef

void setFeatureLayerByRef(IFeatureLayer rhs1)
                          throws IOException,
                                 AutomationException
The feature layer.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

doModal

boolean doModal(int parentHWnd)
                throws IOException,
                       AutomationException
Displays the dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.