com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureRotation

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureRotationProxy, SchematicInMemoryFeatureNode, SchematicInMemoryFeatureNodeOnLink

public interface ISchematicInMemoryFeatureRotation
extends Serializable

Provides access to members that manage the schematic in memory feature rotation.

Product Availability

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


Method Summary
 double getInitialRotation()
          Initial rotation of the schematic in memory feature.
 double getRotation()
          Rotation of the schematic in memory feature.
 void setRotation(double angle)
          Rotation of the schematic in memory feature.
 

Method Detail

getRotation

double getRotation()
                   throws IOException,
                          AutomationException
Rotation of the schematic in memory feature.

Product Availability

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

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

setRotation

void setRotation(double angle)
                 throws IOException,
                        AutomationException
Rotation of the schematic in memory feature.

Product Availability

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

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

getInitialRotation

double getInitialRotation()
                          throws IOException,
                                 AutomationException
Initial rotation of the schematic in memory feature.

Product Availability

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

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