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


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

IPictureElement5.Path Property

Associated picture file.

[Visual Basic .NET]
Public Property Path As String
[C#]
public string Path {get; set;}
[C++]
HRESULT get_Path(
  BSTR Path
);
[C++]
HRESULT put_Path(
  System.String* Path
);
[C++]
Parameters
Path [in]

Path is a parameter of type BSTR Path [out, retval]
Path is a parameter of type BSTR*

Product Availability

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

See Also

IPictureElement5 Interface