Q3View_GetInterpolationStyleState
You can use theQ3View_GetInterpolationStyleStatefunction to get the current interpolation style of a view.
TQ3Status Q3View_GetInterpolationStyleState ( TQ3ViewObject view, TQ3InterpolationStyle *interpolationType);
view- A view.
interpolationType- On exit, the current interpolation style of the specified view.
DESCRIPTION
TheQ3View_GetInterpolationStyleStatefunction returns, in theinterpolationTypeparameter, the current interpolation style of the view specified by theviewparameter.