ArcObjects Library Reference (Schematic)  

IEnumSchematicAttribute.Next Method

Retrieves the next schematic attribute in the enumeration sequence.

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

Parameters

Attribute [out, retval]

  Attribute is a parameter of type ISchematicAttribute

Product Availability

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

See Also

IEnumSchematicAttribute Interface