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


ISchematicAlgoComposite.Algorithms Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgoComposite Interface > ISchematicAlgoComposite.Algorithms Property
ArcGIS Developer Help

ISchematicAlgoComposite.Algorithms Property

Layout Algorithms contained in the composite algorithm.

[Visual Basic .NET]
Public Property Algorithms As IEnumSchematicAlgorithm
[C#]
public IEnumSchematicAlgorithm Algorithms {get; set;}
[C++]
HRESULT get_Algorithms(
  IEnumSchematicAlgorithm* ppAlgorithms
);
[C++]
HRESULT put_Algorithms(
  IEnumSchematicAlgorithm** ppAlgorithms
);
[C++]
Parameters
ppAlgorithms [in]

ppAlgorithms is a parameter of type IEnumSchematicAlgorithm* ppAlgorithms [out, retval]
ppAlgorithms is a parameter of type IEnumSchematicAlgorithm**

Product Availability

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

See Also

ISchematicAlgoComposite Interface