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