FromPoint
Method of IScopes
Description
Find Scope from point
Parameters
- IPosition pPos
Return Value
- IScope ppVal
Syntax
JavaScript
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