The associated name object.
[Visual Basic 6.0]
Property FullName As IName
[Visual Basic .NET]
Public ReadOnly Property FullName As IName
[C#]
public IName FullName {get;}
[Java]
public getFullName (
IName Name
)
[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
Send feedback on this page