|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFillShapeElement
Provides access to members that control the Fill Shape element.
IFillShapeElement is a generic interface implemented by all 2d elements (CircleElement, EllipseElement, PolygonElement, and RectangleElement).
Use this interface when you want to retrieve or set the fill symbol being used by one of the fill shape elements.
Method Summary | |
---|---|
IFillSymbol |
getSymbol()
Fill symbol this element uses to draw itself. |
void |
setSymbol(IFillSymbol symbol)
Fill symbol this element uses to draw itself. |
Method Detail |
---|
IFillSymbol getSymbol() throws IOException, AutomationException
The Symbol property returns or sets the fill symbol used by the element to draw itself.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbol(IFillSymbol symbol) throws IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.IFillSymbol (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 |