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


IDataset.FullName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataset Interface > IDataset.FullName Property
ArcGIS Developer Help

IDataset.FullName Property

The associated name object.

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

Name is a parameter of type IName**

Product Availability

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

Remarks

The FullName property returns a Name object for the dataset. The Name object can be persisted and provides a way to get back to the dataset in a future session of the application, via the Open method on the Name object.

See Also

IDataset Interface

.NET Samples

Create a custom raster function Create an NDVI custom raster function