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


INorthArrow2.NorthArrowType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

INorthArrow2.NorthArrowType Property

The type of north arrow.

[Visual Basic .NET]
Public Property NorthArrowType As esriNorthArrowType
[C#]
public esriNorthArrowType NorthArrowType {get; set;}
[C++]
HRESULT get_NorthArrowType(
  esriNorthArrowType* Type
);
[C++]
HRESULT put_NorthArrowType(
  esriNorthArrowType Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriNorthArrowType Type [in]
Type is a parameter of type esriNorthArrowType

Product Availability

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

See Also

INorthArrow2 Interface