This document is archived and information here might be outdated.  Recommended version.


IModifiedClassInfo.DatasetType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IM > IModifiedClassInfo Interface > IModifiedClassInfo.DatasetType Property
ArcGIS Developer Help

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