Show pagesourceOld revisionsBacklinksAdd to bookBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer RedditRecent ChangesSend via e-MailPrintPermalink × Book Creator Add this page to your book Book Creator Remove this page from your book Manage book(0 page(s)) Help y Property of IPoint Description y Property type Read-Write Property of type long Syntax JavaScript var nVal = Point.y; Point.y = nVal; Visual Basic Script nVal = Point.y Point.y = nVal C++ long nVal; HRESULT hr = Point.get_y(&nVal); hr = Point.put_y(nVal); See Also IPoint