Q3InterpolationStyle_Get
You can use theQ3InterpolationStyle_Getfunction to get the interpolation style value of an interpolation style.
TQ3Status Q3InterpolationStyle_Get ( TQ3StyleObject interpolationObject, TQ3InterpolationStyle *interpolationStyle);
interpolationObject- An interpolation style object.
interpolationStyle- On exit, a pointer to the interpolation style value of the specified interpolation style object.
DESCRIPTION
TheQ3InterpolationStyle_Getfunction returns, in theinterpolationStyleparameter, a pointer to the current interpolation style value of the interpolation style object specified by theinterpolationObjectparameter.