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


IEnumSchematicAlgorithm.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IE > IEnumSchematicAlgorithm Interface > IEnumSchematicAlgorithm.Add Method
ArcGIS Developer Help

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