ArcObjects Library Reference (GeoDatabaseDistributed)  

IModifiedClassInfo.DatasetType Property

The type of data.

[Visual Basic .NET]
Public ReadOnly Property DatasetType As esriDatasetType
[C#]
public esriDatasetType DatasetType {get;}
[C++]
HRESULT get_DatasetType(
  esriDatasetType* dType
);
[C++]

Parameters

dType [out, retval]

  dType is a parameter of type esriDatasetType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Indicates the type of data to which the edits have been applied. Possible types include tables, feature classes and attributed relationships.  This method returns value of the esriDataType enumeration.  See the esriDatasetType enumeration for more information.

See Also

IModifiedClassInfo Interface