ESRI.ArcGIS.E2API Feedback via the User Forum
GetZoomPerspective Method
See Also 
ESRI.ArcGIS.E2API Namespace > Result Class : GetZoomPerspective Method


observer
A point representing the observer location.
target
A point representing the target location.
Gets the perspective from which the result is viewed.

Syntax

Visual Basic (Declaration) 
Public Function GetZoomPerspective( _
   ByRef observer As Point, _
   ByRef target As Point _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Result
Dim observer As Point
Dim target As Point
Dim value As Boolean
 
value = instance.GetZoomPerspective(observer, target)
C# 
public bool GetZoomPerspective( 
   ref Point observer,
   ref Point target
)

Parameters

observer
A point representing the observer location.
target
A point representing the target location.

Return Value

True if the zoom perspective could be retrieved successfully, otherwise false.

Remarks

The zoom perspective is used to zoom to a result, e.g. when you double click on it or when a result is added by a custom task and the AutoZoom property is set to true.

Platforms

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Version Information

This method was added to the E2API at version 1.0.0.410.

See Also

This method was added to the E2API at version 1.0.0.410.