This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IE > IEnumSchematicAlgorithm Interface > IEnumSchematicAlgorithm.Add Method (ArcObjects .NET 10.4 SDK) |
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