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


IEnumSchematicFolder.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

IEnumSchematicFolder.Next Method

Retrieves the next schematic folder in the enumeration sequence.

[Visual Basic .NET]
Public Function Next ( _
) As ISchematicFolder
[C#]
public ISchematicFolder Next (
);
[C++]
HRESULT Next(
  ISchematicFolder** SchematicFolder
);
[C++]

Parameters SchematicFolder [out, retval]
SchematicFolder is a parameter of type ISchematicFolder

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

IEnumSchematicFolder Interface