ArcObjects Library Reference (Carto)  

IPictureElement5.PictureField Property

Field that specifies picture. Use with data driven pages.

ERROR: Syntax information about IPictureElement5.PictureField may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Carto.dll

[C++]
HRESULT get_PictureField(
  BSTR* 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