ArcObjects Library Reference (GeoDatabase) |
|
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 an NDVI custom raster function (Code Files:
NDVICustomFunctionUIForm) |
Create a custom raster function (Code Files:
WatermarkFunctionUIForm)
.NET Related Topics
Creating an address locator |
Data processing in spatial analysis operations |
Geodatabase |
Getting a list of schema differences between replicas |
How to export a dataset to XML |
How to import a dataset from XML |
Location |
Querying geodatabase tables