Creates the next component in the category.
[Visual Basic .NET] Public Function CreateNext ( _ ) As Object
[C#] public object CreateNext ( );
[C++]
HRESULT CreateNext(
LPUNKNOWN* nextComponent
);
[C++]Parameters
nextComponent [out, retval] nextComponent is a parameter of type LPUNKNOWN
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.