Rotates the set of features according to the specified origin and angle.
[Visual Basic 6.0] Sub RotateSet(
ByVal features As ISet, _
ByVal Origin As IPoint, _
ByVal Angle As Double _
)
[Visual Basic .NET] Public Sub RotateSet ( _ ByVal features As ISet, _ ByVal Origin As IPoint, _ ByVal Angle As Double _ )
[C#] public void RotateSet ( ISet features, IPoint Origin, double Angle );
[Java] public void rotateSet ( ISet features, IPoint Origin, double Angle ) throws IOException, AutomationException
[C++] HRESULT RotateSet( ISet* features, IPoint* Origin, double Angle );
Parameters
features [in]
features is a parameter of type ISet
Origin [in]
Origin is a parameter of type IPoint
Angle [in]
Angle is a parameter of type double
All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation.