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


ICategoryFactory.CreateNext Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > ICategoryFactory Interface > ICategoryFactory.CreateNext Method
ArcGIS Developer Help

ICategoryFactory.CreateNext Method

Creates the next component in the category.

[Visual Basic .NET]
Public Function CreateNext ( _
) As Object
[C#]
public object CreateNext (
);
[C++]
HRESULT CreateNext(
void
);

Product Availability

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

Description

The CreateNext method retrieves classes from the specified component category. Specify the category with the CategoryID property.

See Also

ICategoryFactory Interface