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


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

INorthArrow.ReferenceLocation Property

The point on the map where north is calculated.

[Visual Basic .NET]
Public Property ReferenceLocation As IPoint
[C#]
public IPoint ReferenceLocation {get; set;}
[C++]
HRESULT get_ReferenceLocation(
  IPoint** point
);
[C++]
HRESULT putref_ReferenceLocation(
  IPoint* point
);
[C++]
Parameters
point [out, retval]

point is a parameter of type IPoint** point [in]
point is a parameter of type IPoint*

Product Availability

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

See Also

INorthArrow Interface