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


ICategoryFactory.CreateNext Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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(
  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.

See Also

ICategoryFactory Interface

.NET Snippets

List ArcMap Visible Toolbars | Retrieve Objects From Component Category