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
Customizing schematic feature removal events (Code Files:
FeatureRemovalMgmt) |
Editing using a custom form (Code Files:
EditorForm) |
Network Analyst Engine application (Code Files:
frmLoadLocations) |
.NET Related Topics
Creating class extensions |
Creating workspace extensions |
How to merge conflicting geometries during a reconcile |