|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBasicLineSymbol
Provides access to properties of the basic line symbol.
Use IBasicLineSymbol to create a new basic line symbol for drawing line or polygon geometries. For polygon geometries, the outlines are drawn with the provided line stroke.
Stroke property returns a reference to a LineStroke object. To make changes to graphical attributes, use IGraphicAttributes interface on Stroke.
Method Summary | |
---|---|
ILineStroke |
getStroke()
Line stroke of a basic line symbol. |
void |
setStrokeByRef(ILineStroke stroke)
Line stroke of a basic line symbol. |
Method Detail |
---|
ILineStroke getStroke() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStrokeByRef(ILineStroke stroke) throws IOException, AutomationException
stroke
- A reference to a com.esri.arcgis.display.ILineStroke (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 |