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


IPictureNorthArrow.Picture Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPictureNorthArrow Interface > IPictureNorthArrow.Picture Property
ArcGIS Developer Help

IPictureNorthArrow.Picture Property

Picture used to draw the north arrow.

[Visual Basic .NET]
Public Property Picture As stdole.IPicture
[C#]
public stdole.IPicture Picture {get; set;}
[C++]
HRESULT get_Picture(
  IPicture** Picture
);
[C++]
HRESULT put_Picture(
  IPicture* Picture
);
[C++]
Parameters
Picture [out, retval]

Picture is a parameter of type IPicture** Picture [in]
Picture is a parameter of type IPicture*

Product Availability

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

See Also

IPictureNorthArrow Interface