This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > ICategoryFactory Interface > ICategoryFactory.CreateNext Method (ArcObjects .NET 10.4 SDK) |
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
The CreateNext method retrieves classes from the specified component category. Specify the category with the CategoryID property.