====== FromPoint ======
Method of [[:scripting:api:scopes:start|IScopes]]
===== Description =====
Find Scope from point
===== Parameters =====
* [[:scripting:api:position:start|IPosition]] **pPos**
==== Return Value ====
* [[:scripting:api:scope:start|IScope]] **ppVal**
===== Syntax =====
==== JavaScript ====
var ppVal = Scopes.FromPoint(pPos);
==== Visual Basic Script ====
ppVal = Scopes.FromPoint pPos
==== C++ ====
CComPtr pVal;
HRESULT hr = Scopes.FromPoint(pPos, &pVal);
===== See Also =====
[[:scripting:api:scopes:start|IScopes]]
~~NOTOC~~