ArcFM Engine Developer Guide
Rotate Method (MMAutoTextElementClass)


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

Parameters

Origin
rotationAngle
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MMAutoTextElementClass Class
MMAutoTextElementClass Members

 

 


Send Comment