ArcObjects Library Reference (GeoDatabase)  

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 VARIANT_BOOL

Product Availability

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

See Also

ITinFeatureEdit Interface