Provides access to members that supply dataset data element information.
Members
Name | Description | |
---|---|---|
![]() |
CanVersion | Indicates if this dataset can be versioned. |
![]() |
DatasetType | Dataset type. |
![]() |
DSID | The id of the dataset. |
![]() |
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. |