ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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