|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICartographicMarkerSymbol
Provides access to members that control the cartographic marker symbol.
ICartographicMarkerSymbol can be used to control the XScale and YScale of ICharacterMarkerSymbols and IPictureMarkerSymbols. Use the IMarkerSymbol interface to set additional properties for ICartographicMarkerSymbols.
ICharacterMarkerSymbol
,
IPictureMarkerSymbol
,
IMarkerSymbol
,
IArrowMarkerSymbol
,
IMultiLayerMarkerSymbol
,
ICartographicMarkerSymbol
Method Summary | |
---|---|
double |
getXScale()
Symbol scale along X-axis. |
double |
getYScale()
Symbol scale along Y-axis. |
void |
setXScale(double xScale)
Symbol scale along X-axis. |
void |
setYScale(double yScale)
Symbol scale along Y-axis. |
Method Detail |
---|
double getXScale() throws IOException, AutomationException
Scales the width of the Marker.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXScale(double xScale) throws IOException, AutomationException
Scales the width of the Marker.
xScale
- The xScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYScale() throws IOException, AutomationException
Scales the height of the Marker.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYScale(double yScale) throws IOException, AutomationException
Scales the height of the Marker.
yScale
- The yScale (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 |