|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIdentifyDialogProps
Provides access to members that control Identify dialog properties.
IIdentifyDialogProps is used to access some properties of the IdentifyDialog.
The Layers property gives an enumeration of all the searchable layers in the map. TopMostOnly is read-only and gives you some information about the state of the layers combo in the dialog. True, the default means that AddLayerIdentifyPoint will restrict its search to the topmost layer. FlashEffect is currently not implemented.
See also IIdentifyDialog.
Method Summary | |
---|---|
short |
getFlashEffect()
The flash effect. |
IEnumLayer |
getLayers()
The layers eligible for searching. |
boolean |
isTopmostOnly()
Indicates if the search stops once a result has been found. |
void |
setFlashEffect(short effect)
The flash effect. |
Method Detail |
---|
IEnumLayer getLayers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTopmostOnly() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getFlashEffect() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFlashEffect(short effect) throws IOException, AutomationException
effect
- The effect (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 |