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


IGlobeViewer.NorthArrowEnabled Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeViewer.NorthArrowEnabled Property

Indicates if the north arrow is enabled.

[Visual Basic .NET]
Public Property NorthArrowEnabled As Boolean
[C#]
public bool NorthArrowEnabled {get; set;}
[C++]
HRESULT get_NorthArrowEnabled(
  VARIANT_BOOL* pbNorthArrow
);
[C++]
HRESULT put_NorthArrowEnabled(
  VARIANT_BOOL pbNorthArrow
);
[C++]

Parameters pbNorthArrow [out, retval] pbNorthArrow is a parameter of type VARIANT_BOOL pbNorthArrow [in] pbNorthArrow is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeViewer Interface