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


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

IPictureElement5.PictureDescription Property

Description of the Picture Element.

[Visual Basic .NET]
Public ReadOnly Property PictureDescription As String
[C#]
public string PictureDescription {get;}
[C++]
HRESULT get_PictureDescription(
  System.String* Description
);
[C++]
Parameters
Description [out, retval]

Description is a parameter of type BSTR*

Product Availability

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

See Also

IPictureElement5 Interface