SketchModifyRotate Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::SketchModifyRotate.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SketchModifyRotate( _
ByVal CenterX As System.Double, _
ByVal CenterY As System.Double, _
ByVal Angle As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim CenterX As System.Double
Dim CenterY As System.Double
Dim Angle As System.Double
instance.SketchModifyRotate(CenterX, CenterY, Angle) |
C# | |
---|
void SketchModifyRotate(
System.double CenterX,
System.double CenterY,
System.double Angle
) |
C++/CLI | |
---|
void SketchModifyRotate(
& System.double CenterX,
& System.double CenterY,
& System.double Angle
) |
Parameters
- CenterX
-
- CenterY
-
- Angle
-
See Also