|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDotDensitySymbolUIDialog
Provides access to members that control a dialog for working with some properties of a DotDensitySymbol object.
Use this interface access properties of the dialog used to work with some properties of a DotDensityFillSymbol.
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 |
---|
void setSymbolByRef(IDotDensityFillSymbol rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.display.IDotDensityFillSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayersByRef(IEnumLayer rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IEnumLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean doModal(int parentHWnd) throws IOException, AutomationException
parentHWnd
- The parentHWnd (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |