scripting:api:scopes:from-point

FromPoint

Method of IScopes

Find Scope from point

var ppVal = Scopes.FromPoint(pPos);
ppVal = Scopes.FromPoint pPos
CComPtr<IScope> pVal;
HRESULT hr = Scopes.FromPoint(pPos, &pVal);