IDEDataset Interface

Provides access to members that supply dataset data element information.

Members

Name Description
Read/write property CanVersion Indicates if this dataset can be versioned.
Read/write property DatasetType Dataset type.
Read/write property DSID The id of the dataset.
Read-only property Versioned Indicates if this dataset is versioned.

IDEDataset.CanVersion Property

Indicates if this dataset can be versioned.

Public Property CanVersion As Boolean
public bool CanVersion {get; set;}

IDEDataset.DatasetType Property

Dataset type.

Public Property DatasetType As esriDatasetType
public esriDatasetType DatasetType {get; set;}

IDEDataset.DSID Property

The id of the dataset.

Public Property DSID As Integer
public int DSID {get; set;}

IDEDataset.Versioned Property

Indicates if this dataset is versioned.

Public ReadOnly Property Versioned As Boolean
public bool Versioned {get;}

Classes that implement IDEDataset

Classes Description
DENetworkDataset Network Dataset Data Element object.

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