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


IACRasterShieldSymbol.Image Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACRasterShieldSymbol Interface > IACRasterShieldSymbol.Image Property
ArcGIS Developer Help

IACRasterShieldSymbol.Image Property

The path to the image.

[Visual Basic .NET]
Public Property Image As String
[C#]
public string Image {get; set;}
[C++]
HRESULT get_Image(
  System.String* Path
);
[C++]
HRESULT put_Image(
  BSTR Path
);
[C++]
Parameters
Path [out, retval]

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

Product Availability

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

See Also

IACRasterShieldSymbol Interface