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


ISceneViewer2.NorthArrowEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneViewer2 Interface > ISceneViewer2.NorthArrowEnabled Property
ArcGIS Developer Help

ISceneViewer2.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(
  Boolean* pbNorthArrow
);
[C++]
Parameters
pbNorthArrow [in]

pbNorthArrow is a parameter of type bool pbNorthArrow [out, retval]
pbNorthArrow is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneViewer2 Interface