IDatasetName2 Interface

Provides access to members that supply dataset name information.

Members

Name Description
Read/write property Category The category of the dataset.
Write-only property ControllerName Add a DatasetName.
Read-only property ControllerNames The names of the dataset of the specified type.
Read/write property Name The name of the dataset.
Read-only property SubsetNames Subset names contained within this dataset name.
Read-only property Type The type of the dataset.
Read/write property WorkspaceName The WorkspaceName of the DatasetName.

IDatasetName2.ControllerName Property

Add a DatasetName.

Public WriteOnly Property ControllerName
public void ControllerName {set;}

IDatasetName2.ControllerNames Property

The names of the dataset of the specified type.

Public Function get_ControllerNames ( _
    ByVal DatasetType As esriDatasetType _
) As IEnumDatasetName
public IEnumDatasetName get_ControllerNames (
    esriDatasetType DatasetType
);

Description

This method will return an enumerator containing name objects for the "controllers" of the dataset. Controllers include feature datasets, topologies, and network datasets. Using the esriDTAny value for the _DatasetType_parameter will not return an enumerator containing all controllers. Attempting to retrieve controller names that don't exist - for example, requesting the feature dataset name for a standalone feature class - will result in an error.

Inherited Interfaces

Interfaces Description
IDatasetName Provides access to members that supply dataset name information.

Classes that implement IDatasetName2

Classes Description
NetworkDatasetName A container for describing this network dataset's name properties.
UtilityNetworkName A container for describing this utility network's name properties.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.