com.esri.arcgis.cartoUI
Interface IDotDensitySymbolUIDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
DotDensitySymbolUIDialog

public interface IDotDensitySymbolUIDialog
extends Serializable

Provides access to members that control a dialog for working with some properties of a DotDensitySymbol object.

Description

Use this interface access properties of the dialog used to work with some properties of a DotDensityFillSymbol.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean doModal(int parentHWnd)
          Displays the dialog.
 ILayer getLayer()
          Dot density masking layer (i.e.
 void setLayersByRef(IEnumLayer rhs1)
          Layers available to the user for dot density masking.
 void setSymbolByRef(IDotDensityFillSymbol rhs1)
          Dot density fill symbol.
 

Method Detail

setSymbolByRef

void setSymbolByRef(IDotDensityFillSymbol rhs1)
                    throws IOException,
                           AutomationException
Dot density fill symbol.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

setLayersByRef

void setLayersByRef(IEnumLayer rhs1)
                    throws IOException,
                           AutomationException
Layers available to the user for dot density masking.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getLayer

ILayer getLayer()
                throws IOException,
                       AutomationException
Dot density masking layer (i.e. the control layer).

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to a com.esri.arcgis.carto.ILayer
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.