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


ISchematicDiagramClass.SchematicAlgorithms Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

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