I might be wrong but maybe someone here can help...
Is there a simpler way to use (get, store, and pass) a co-ordinate(X,Y) as a Long without having to break it down and build it again using typepointAPI? It just seams redundant to me to get the point (probably stored as a long) have vb turn it into x,y and then store it as a userdefined type. Shouldn't I be able to just get and use the same coord as one long number without the conversions?