This document is archived and information here might be outdated.  Recommended version.


IMapNavigator.NavigatorPlacement Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapNavigator.NavigatorPlacement Property

Indicates where the navigator is placed in the map display.

[Visual Basic .NET]
Public Property NavigatorPlacement As esriScreenPosition
[C#]
public esriScreenPosition NavigatorPlacement {get; set;}
[C++]
HRESULT get_NavigatorPlacement(
  esriScreenPosition* Placement
);
[C++]
HRESULT put_NavigatorPlacement(
  esriScreenPosition Placement
);
[C++]

Parameters Placement [out, retval]
Placement is a parameter of type esriScreenPosition Placement [in]
Placement is a parameter of type esriScreenPosition

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapNavigator Interface