RepositionAxes

Use this function to change the position and orientation of work axes.
 
    RepositionAxes(xTranslation As Double,yTranslation As Double, angle As Double)

    HRESULT RepositionAxes(double xTranslation= 0.0, double yTranslation=0.0, double angle = 0.0, IVector **retval1, IDirection **retval2, IDirection **retval3)

Input Parameters

        xTranslation            X Coordinate  to be used to translate the work axes
        yTranslation            Y Coordinate to be used to translate the work axes
        angle                      Angle to be used to rotate the work axes

Output Parameters

        None

Description

It repositions the axes to the specified location and rotates the work axes through the specified angle.