====== 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 ====
var ppVal = Labels.FromPoint(pPos);
==== Visual Basic Script ====
ppVal = Labels.FromPoint pPos
==== C++ ====
CComPtr pVal;
HRESULT hr = Labels.FromPoint(pPos, &pVal);
===== See Also =====
[[:scripting:api:labels:start|ILabels]]
~~NOTOC~~