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


IRasterDataset.CompleteName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDataset Interface > IRasterDataset.CompleteName Property
ArcGIS Developer Help

IRasterDataset.CompleteName Property

The full path of the RasterDataset.

[Visual Basic .NET]
Public ReadOnly Property CompleteName As String
[C#]
public string CompleteName {get;}
[C++]
HRESULT get_CompleteName(
  System.String* CompleteName
);
[C++]
Parameters
CompleteName [out, retval]

CompleteName is a parameter of type BSTR*

Product Availability

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

See Also

IRasterDataset Interface

.NET Samples

Create a custom raster function Create an NDVI custom raster function