|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotateSelectedFeatures
Provides access to members that control the annotate selected features.
Method Summary | |
---|---|
boolean |
doModal(int parentHWnd)
Shows annotate selected features window in a modal state. |
void |
setCallbackByRef(IAnnotateFeaturesCallback rhs1)
Provides a hook before and after annotation is created. |
void |
setLayerByRef(ILayer rhs1)
The layer to annotate. |
void |
setMapByRef(IMap rhs1)
The map to check for existing annotation classes. |
Method Detail |
---|
void setMapByRef(IMap rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IMap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerByRef(ILayer rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCallbackByRef(IAnnotateFeaturesCallback rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.arcmapui.IAnnotateFeaturesCallback (in)
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 |