ArcFM Engine Developer Guide
RotateFeatures Method


Syntax
'Declaration
 
Public Shared Sub RotateFeatures( _
   ByVal features As IEnumerable(Of IFeature), _
   ByVal rotationPoint As IPoint, _
   ByVal nearestFeaturePoint As IPoint _
) 
'Usage
 
Dim features As IEnumerable(Of IFeature)
Dim rotationPoint As IPoint
Dim nearestFeaturePoint As IPoint
 
MapUtilities.RotateFeatures(features, rotationPoint, nearestFeaturePoint)
public static void RotateFeatures( 
   IEnumerable<IFeature> features,
   IPoint rotationPoint,
   IPoint nearestFeaturePoint
)

Parameters

features
rotationPoint
nearestFeaturePoint
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

MapUtilities Class
MapUtilities Members

 

 


Send Comment