This document is archived and information here might be outdated.  Recommended version.


IGeoReference.Rotate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoReference Interface > IGeoReference.Rotate Method
ArcGIS Developer Help

IGeoReference.Rotate Method

Rotate operation of layer.

[Visual Basic .NET]
Public Sub Rotate ( _
    ByVal ipPivotPoint As IPoint, _
    ByVal Angle As Double _
)
[C#]
public void Rotate (
    IPoint ipPivotPoint,
    double Angle
);
[C++]
HRESULT Rotate(
  IPoint* ipPivotPoint,
  double Angle
);
[C++]
Parameters
ipPivotPoint [in]

ipPivotPoint is a parameter of type IPoint* Angle [in]
Angle is a parameter of type double

Product Availability

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

See Also

IGeoReference Interface