com.esri.arcgis.cartoUI
Interface IRendererUIDialog

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

public interface IRendererUIDialog
extends Serializable

Provides access to members that control dialogs for managing transparency and rotation related renderer properties.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(int parentHWnd)
          Displays the dialog.
 void setFeatureClassByRef(IFeatureClass rhs1)
          The feature class.
 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.

setFeatureClassByRef

void setFeatureClassByRef(IFeatureClass rhs1)
                          throws IOException,
                                 AutomationException
The feature class.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (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.