mpiAxisOriginGet

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

AxisOriginGet gets the value of the origin of an Axis (axis) and writes it into the location pointed to by origin.

  axis a handle to the Axis object.
  *origin pointer to the Origin value returned by the method
     
Return Values
MPIMessageOK if AxisOriginGet successfully gets the value of the origin of the Axis and writes it to the location
See Also mpiAxisOriginSet | Using the Origin Variable