ArcObjects Library Reference  (Schematic)    

INgProjectAlgorithm.Algorithms Property

List of the schematic algorithms defined for the project.

[Visual Basic 6.0]
Property Algorithms As ISchematicAlgorithms
[Visual Basic .NET]
Public ReadOnly Property Algorithms As ISchematicAlgorithms
[C#]
public ISchematicAlgorithms Algorithms {get;}
[Java]
public ISchematicAlgorithms getAlgorithms()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Algorithms(
  ISchematicAlgorithms** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ISchematicAlgorithms

Product Availability

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

See Also

INgProjectAlgorithm Interface | INgProjectAlgorithm.GetAlgorithm Method

 


Feedback Send feedback on this page