com.esri.arcgis.display
Interface ISymbolRotation

All Superinterfaces:
Serializable
All Known Implementing Classes:
ArrowMarkerSymbol, CharacterMarkerSymbol, MultiLayerMarkerSymbol, PictureMarkerSymbol, SimpleMarkerSymbol, TextSymbol

public interface ISymbolRotation
extends Serializable

Provides access to the symbol rotation properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isRotateWithTransform()
          Indicates if the symbol rotates with the display.
 void setRotateWithTransform(boolean flag)
          Indicates if the symbol rotates with the display.
 

Method Detail

isRotateWithTransform

boolean isRotateWithTransform()
                              throws IOException,
                                     AutomationException
Indicates if the symbol rotates with the display.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRotateWithTransform

void setRotateWithTransform(boolean flag)
                            throws IOException,
                                   AutomationException
Indicates if the symbol rotates with the display.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
flag - The flag (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.