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


IEnumSchematicAlgorithm.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

IEnumSchematicAlgorithm.Add Method

Adds a new algorithm to the enumeration.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pAlgorithm As ISchematicAlgorithm _
)
[C#]
public void Add (
    ISchematicAlgorithm pAlgorithm
);
[C++]
HRESULT Add(
  ISchematicAlgorithm* pAlgorithm
);
[C++]

Parameters pAlgorithm [in]
pAlgorithm is a parameter of type ISchematicAlgorithm

Product Availability

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

See Also

IEnumSchematicAlgorithm Interface