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


IPictureLineSymbol.Picture Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPictureLineSymbol Interface > IPictureLineSymbol.Picture Property
ArcGIS Developer Help

IPictureLineSymbol.Picture Property

Picture used for line.

[Visual Basic .NET]
Public Property Picture As stdole.IPictureDisp
[C#]
public stdole.IPictureDisp Picture {get; set;}
[C++]
HRESULT get_Picture(
  IPictureDisp** pictureDisp
);
[C++]
HRESULT putref_Picture(
  IPictureDisp* pictureDisp
);
[C++]
Parameters
pictureDisp [out, retval]

pictureDisp is a parameter of type IPictureDisp** pictureDisp [in]
pictureDisp is a parameter of type IPictureDisp*

Product Availability

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

Description

Specifies the bitmap image used for the line. Use the IPictureDisp interface to specify the image.

Remarks

Only bitmap images may be specified. Use the CreateFillSymbolFromFile method to access emf files.

See Also

IPictureLineSymbol Interface