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


ISchematicDiagramClass.SchematicAlgorithm 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.SchematicAlgorithm Property
ArcGIS Developer Help

ISchematicDiagramClass.SchematicAlgorithm Property

Schematic algorithm of the schematic diagram class.

[Visual Basic .NET]
Public Property SchematicAlgorithm As ISchematicAlgorithm
[C#]
public ISchematicAlgorithm SchematicAlgorithm {get; set;}
[C++]
HRESULT get_SchematicAlgorithm(
  ISchematicAlgorithm** SchematicAlgorithm
);
[C++]
HRESULT putref_SchematicAlgorithm(
  ISchematicAlgorithm* SchematicAlgorithm
);
[C++]
Parameters
SchematicAlgorithm [out, retval]

SchematicAlgorithm is a parameter of type ISchematicAlgorithm** SchematicAlgorithm [in]
SchematicAlgorithm is a parameter of type ISchematicAlgorithm*

Product Availability

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

Description

This is the algorithm which is automatically launched during the generation and update of the diagrams. This default schematic layout algorithm applies at the update when the updated diagram has no saved edits

See Also

ISchematicDiagramClass Interface