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


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

ISchematicDiagramClass.SchematicAlgorithms Property

Schematic algorithms of the schematic diagram class.

[Visual Basic .NET]
Public Property SchematicAlgorithms As IEnumSchematicAlgorithm
[C#]
public IEnumSchematicAlgorithm SchematicAlgorithms {get; set;}
[C++]
HRESULT get_SchematicAlgorithms(
  IEnumSchematicAlgorithm** SchematicAlgorithms
);
[C++]
HRESULT putref_SchematicAlgorithms(
  IEnumSchematicAlgorithm* SchematicAlgorithms
);
[C++]
Parameters
SchematicAlgorithms [out, retval]

SchematicAlgorithms is a parameter of type IEnumSchematicAlgorithm** SchematicAlgorithms [in]
SchematicAlgorithms is a parameter of type IEnumSchematicAlgorithm*

Product Availability

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

See Also

ISchematicDiagramClass Interface