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


IRenderedRaster.FullName Property (ArcObjects .NET 10.4 SDK)
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