AcadEntityClassRotate3D
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
public virtual void Rotate3D(
        Object Point1,
        Object Point2,
        double RotationAngle
)
 
Public Overridable Sub Rotate3D ( 
        Point1 As Object,
        Point2 As Object,
        RotationAngle As Double
)
 
public:
virtual void Rotate3D(
        [InAttribute] Object^ Point1, 
        [InAttribute] Object^ Point2, 
        [InAttribute] double RotationAngle
)
 
abstract Rotate3D : 
        Point1 : Object * 
        Point2 : Object * 
        RotationAngle : float -> unit 
override Rotate3D : 
        Point1 : Object * 
        Point2 : Object * 
        RotationAngle : float -> unit 
 
 
 
Parameters
- Point1  Object
 
-  
 
- Point2  Object
 
-  
 
- RotationAngle  Double
 
-  
 
Implements
IAcadEntityRotate3D(Object, Object,
Double)
 
See Also