ArcObjects Library Reference (Carto)  

IPictureElement2.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(
  BSTR* 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

IPictureElement2 Interface