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


INorthArrow2.NorthArrowType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INorthArrow2 Interface > INorthArrow2.NorthArrowType Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

INorthArrow2 Interface