|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFDOGraphicsContainer
Provides access to members that control the FDO Graphics Container.
Method Summary | |
---|---|
void |
addElement(IElement element,
int zorder,
IAnnotationFeature[] newAnnotationFeature)
Add a new graphic element to the layer. |
void |
moveElementFromGroup(IGroupElement group,
IElement element,
int zorder,
IAnnotationFeature[] newAnnotationFeature)
Move the element from the group to the container. |
Method Detail |
---|
void addElement(IElement element, int zorder, IAnnotationFeature[] newAnnotationFeature) throws IOException, AutomationException
element
- A reference to a com.esri.arcgis.carto.IElement (in)zorder
- The zorder (in)newAnnotationFeature
- A reference to a com.esri.arcgis.carto.IAnnotationFeature (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveElementFromGroup(IGroupElement group, IElement element, int zorder, IAnnotationFeature[] newAnnotationFeature) throws IOException, AutomationException
group
- A reference to a com.esri.arcgis.carto.IGroupElement (in)element
- A reference to a com.esri.arcgis.carto.IElement (in)zorder
- The zorder (in)newAnnotationFeature
- A reference to a com.esri.arcgis.carto.IAnnotationFeature (out: use single element array)
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 |