Manipulator Position From Spline Handle

Is it possible to get the manipulator position (orange) from the corresponding SplineHandle object? I'm able to get the spline end point (black) position from the SplineHandle object, but can't seem to get the manipulator position. The only way I'm aware of gaining access to the manipulator is through the CreateManipulator method.

I'm trying to get the value of a vector which is tangential to the spline and starts at the spline's end point (which is why the spline handle seemed like a prime candidate).

Another consideration is to create a construction line, make it tangential to the spline, merge points, and then get vector from endpoints. However, I'd prefer to not add any more physical components and use a purely calculated approach instead.

From this, do you have any advice for getting the desired vector direction? Thank you!

SolidworksApi macros