|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBasicMarkerSymbol
Provides access to properties of the basic marker symbol.
Use IBasicMarkerSymbol to create a new basic marker symbol for drawing point geometries.
MarkerPlacement property returns a reference to a marker placement object that defines how the marker symbols are placed with respect to the input geometry. To make changes to graphical attributes, use IGraphicAttributes interface on basic marker symbol or marker placement. When new basic marker symbols are created, the marker placement is defaulted to MarkerPlacementOnPoint with no X and Y offsets.
Method Summary | |
---|---|
IMarkerPlacement |
getMarkerPlacement()
Marker placement of a basic marker symbol. |
void |
setMarkerPlacementByRef(IMarkerPlacement tag)
Marker placement of a basic marker symbol. |
Method Detail |
---|
IMarkerPlacement getMarkerPlacement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMarkerPlacementByRef(IMarkerPlacement tag) throws IOException, AutomationException
tag
- A reference to a com.esri.arcgis.display.IMarkerPlacement (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 |