mpiAxisOriginSet

Declaration
long mpiAxisOriginSet(MPIAxis  axis,
                      double   origin) 
Required Header stdmpi.h
Description

AxisOriginSet sets the value of the origin of an Axis (axis) to origin.

  axis a handle to the Axis object
  origin Value to which the Axis Origin will be set
     
Return Values
MPIMessageOK if AxisOriginSet successfully sets the origin of an Axis to origin
See Also mpiAxisOriginGet | Using the Origin Variable