ArcFM Engine Developer Guide
RotateElement Method


Syntax
'Declaration
 
Public Shared Sub RotateElement( _
   ByVal pElement As ESRI.ArcGIS.Carto.IElement, _
   ByVal pPoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal dAngle As Double _
) 
'Usage
 
Dim pElement As ESRI.ArcGIS.Carto.IElement
Dim pPoint As ESRI.ArcGIS.Geometry.IPoint
Dim dAngle As Double
 
CommonModule.RotateElement(pElement, pPoint, dAngle)
public static void RotateElement( 
   ESRI.ArcGIS.Carto.IElement pElement,
   ESRI.ArcGIS.Geometry.IPoint pPoint,
   double dAngle
)

Parameters

pElement
pPoint
dAngle
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

CommonModule Class
CommonModule Members

 

 


Send Feedback