All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SchMovable2 (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---SchMovable2
 


Manage rotation of a schematic object.

Method Index

RotateAtPoint
Rotate a schematic object with an angle in radian at a point.

Methods


o Sub RotateAtPoint(double iDb1RotationAngleInRadian,
CATSafeArrayVariant iDb2CenterPoint)
Rotate a schematic object with an angle in radian at a point.
Parameters:
iDb1RotationAngleInRadian
Rotation angle (from x-axis) in radian.
iDb2CenterPoint
X-Y components of a center point of rotation.
Example:
 Dim objThisIntf As SchMovable2

 Dim dbVar2(2) As CATSafeArrayVariant
  ...
 objThisIntf.RotateAtPoint,dbVar2
 

Copyright © 2003, Dassault Systèmes. All rights reserved.