|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMarkerElement
Provides access to members that control the Marker element.
IMarkerElement is the default interface of the MarkerElement coclass and is only implemented by that object.
Use this interface when you want to retrieve or set the symbol being used to draw the point element (graphic).
Method Summary | |
---|---|
IMarkerSymbol |
getSymbol()
Marker symbol this element uses to draw itself. |
void |
setSymbol(IMarkerSymbol symbol)
Marker symbol this element uses to draw itself. |
Method Detail |
---|
IMarkerSymbol getSymbol() throws IOException, AutomationException
The Symbol property allows for the retrieval or update of the marker symbol being used to display the MarkerElement.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbol(IMarkerSymbol symbol) throws IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |