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


ITinFeatureEdit.Rotate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinFeatureEdit Interface > ITinFeatureEdit.Rotate Method
ArcGIS Developer Help

ITinFeatureEdit.Rotate Method

Rotates the embedded polygon/polyline represented by the specified seed. pOrigin can be NULL or Nothing.

[Visual Basic .NET]
Public Sub Rotate ( _
    ByVal pSeed As ITinFeatureSeed, _
    ByVal pOrigin As IPoint, _
    ByVal Angle As Double, _
    ByVal bGetNewZ As Boolean _
)
[C#]
public void Rotate (
    ITinFeatureSeed pSeed,
    IPoint pOrigin,
    double Angle,
    bool bGetNewZ
);
[C++]
HRESULT Rotate(
  ITinFeatureSeed* pSeed,
  IPoint* pOrigin,
  double Angle,
  VARIANT_BOOL bGetNewZ
);
[C++]
Parameters
pSeed [in]

pSeed is a parameter of type ITinFeatureSeed* pOrigin [in]
pOrigin is a parameter of type IPoint* Angle
Angle is a parameter of type double bGetNewZ [in]
bGetNewZ is a parameter of type bool

Product Availability

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

See Also

ITinFeatureEdit Interface