This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinFeatureEdit Interface > ITinFeatureEdit.Rotate Method (ArcObjects .NET 10.5 SDK) |
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