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


IRenderedRaster.FullName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRenderedRaster Interface > IRenderedRaster.FullName Property
ArcGIS Developer Help

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