|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDrawAnnotationGeometry
Provides access to annotation layer geometry drawing properties.
Method Summary | |
---|---|
ILineSymbol |
getDrawGeometryLineSymbol()
The line symbol for drawing the geometry. |
IMarkerSymbol |
getDrawGeometryMarkerSymbol()
The marker symbol for drawing the geometry. |
boolean |
isDrawGeometry()
Indicates if the annotation geometry will draw. |
void |
setDrawGeometry(boolean pUseScale)
Indicates if the annotation geometry will draw. |
void |
setDrawGeometryLineSymbolByRef(ILineSymbol symbol)
The line symbol for drawing the geometry. |
void |
setDrawGeometryMarkerSymbolByRef(IMarkerSymbol symbol)
The marker symbol for drawing the geometry. |
Method Detail |
---|
boolean isDrawGeometry() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrawGeometry(boolean pUseScale) throws IOException, AutomationException
pUseScale
- The pUseScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILineSymbol getDrawGeometryLineSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrawGeometryLineSymbolByRef(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.IMarkerSymbol getDrawGeometryMarkerSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrawGeometryMarkerSymbolByRef(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 | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |