This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPictureElement Interface > IPictureElement.PictureDescription Property (ArcObjects .NET 10.5 SDK) |
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
PictureDescription will return a description of the picture within the PictureElement. For instance, a bitmap picture might return the description "Windows Bitmap".