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


IPictureElement5.PictureField 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.PictureField Property
ArcGIS Developer Help

IPictureElement5.PictureField Property

Field that specifies picture. Use with data driven pages.

[Visual Basic .NET]
Public Property PictureField As String
[C#]
public string PictureField {get; set;}
[C++]
HRESULT get_PictureField(
  System.String* FieldName
);
[C++]
HRESULT put_PictureField(
  BSTR FieldName
);
[C++]
Parameters
FieldName [out, retval]

FieldName is a parameter of type BSTR* FieldName [in]
FieldName is a parameter of type BSTR

Product Availability

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

See Also

IPictureElement5 Interface