ArcFM Responder Mobile Developer Guide
Rotate Method (MMAutoTextElementClass)






Syntax
'Declaration
 
Public Overridable Sub Rotate( _
   ByVal Origin As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal rotationAngle As System.Double _
) 
'Usage
 
Dim instance As MMAutoTextElementClass
Dim Origin As ESRI.ArcGIS.Geometry.IPoint
Dim rotationAngle As System.Double
 
instance.Rotate(Origin, rotationAngle)
public virtual void Rotate( 
   ESRI.ArcGIS.Geometry.IPoint Origin,
   System.double rotationAngle
)
public procedure Rotate( 
    Origin: ESRI.ArcGIS.Geometry.IPoint;
    rotationAngle: System.Double
); virtual; 
public function Rotate( 
   Origin : ESRI.ArcGIS.Geometry.IPoint,
   rotationAngle : System.double
);
public: virtual void Rotate( 
   ESRI.ArcGIS.Geometry.IPoint* Origin,
   System.double rotationAngle
) 
public:
virtual void Rotate( 
   ESRI.ArcGIS.Geometry.IPoint^ Origin,
   System.double rotationAngle
) 

Parameters

Origin
rotationAngle
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMAutoTextElementClass Class
MMAutoTextElementClass Members

Send Feedback