Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== FromPoint ====== Method of [[:scripting:api:labels:start|ILabels]] ===== Description ===== Find Label from point ===== Parameters ===== * [[:scripting:api:position:start|IPosition]] **pPos** ==== Return Value ==== * [[:scripting:api:label:start|ILabel]] **ppVal** ===== Syntax ===== ==== JavaScript ==== <code javascript> var ppVal = Labels.FromPoint(pPos); </code>==== Visual Basic Script ==== <code vb> ppVal = Labels.FromPoint pPos </code>==== C++ ==== <code cpp> CComPtr<ILabel> pVal; HRESULT hr = Labels.FromPoint(pPos, &pVal); </code>===== See Also ===== [[:scripting:api:labels:start|ILabels]] ~~NOTOC~~