The name of the Dataset.
[Visual Basic .NET]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
HRESULT get_Name(
BSTR* Name
);
[C++]
Parameters
Name [out, retval]
Name is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
See Also
IDataset Interface
.NET Snippets
Get Path for a Layer
.NET Samples
Editing using a custom form (Code Files:
EditorForm) |
ArcGIS Network Analyst extension Engine application (Code Files:
frmLoadLocations) |
Customizing schematic feature removal events (Code Files:
FeatureRemovalMgmt) |
Create an NDVI custom raster function (Code Files:
NDVICustomFunctionUIForm) |
Create a custom raster function (Code Files:
WatermarkFunctionUIForm)
.NET Related Topics
Creating class extensions |
Creating workspace extensions |
How to merge conflicting geometries during a reconcile