This document is archived and information here might be outdated. Recommended version. |
The number of datasets of the specified type in this container.
[Visual Basic .NET] Public Function get_DatasetCount ( _ ByVal Type As esriDatasetType _ ) As Integer
[C#] public int get_DatasetCount ( esriDatasetType Type );
[C++]
HRESULT get_DatasetCount(
esriDatasetType Type,
System.Int32* Count
);
[C++] Parameters Type [in]
Type is a parameter of type esriDatasetType Count [out, retval]
Count is a parameter of type long*
The DatasetCount property returns the number of datasets of the specified type in this container.