|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILineElement
Provides access to members that control the Line element.
ILineElement is the default interface of the LineElement 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 line element (graphic).
Method Summary | |
---|---|
ILineSymbol |
getSymbol()
Line symbol this element uses to draw itself. |
void |
setSymbol(ILineSymbol symbol)
Line symbol this element uses to draw itself. |
Method Detail |
---|
ILineSymbol getSymbol() throws IOException, AutomationException
The Symbol property allows for the retrieval or update of the line symbol being used to display the LineElement.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbol(ILineSymbol symbol) throws IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ILineSymbol (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 |