scripting:api:scopes:from-point

FromPoint

Method of IScopes

Find Scope from point

var ppVal = Scopes.FromPoint(pPos);

==== Visual Basic Script ====

ppVal = Scopes.FromPoint pPos

==== C++ ====

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

===== See Also ===== IScopes