ArcObjects Library Reference (Carto)  

IRenderedRaster.FullName Property

The full name.

[Visual Basic .NET]
Public ReadOnly Property FullName As IName
[C#]
public IName FullName {get;}
[C++]
HRESULT get_FullName(
  IName** ppName
);
[C++]

Parameters

ppName [out, retval]

  ppName is a parameter of type IName

Product Availability

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

See Also

IRenderedRaster Interface