ArcObjects Library Reference (Schematic)  

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