This document is archived and information here might be outdated. Recommended version. |
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