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.

See Also

ISchematicDiagramClass Interface