ArcObjects Library Reference  (Schematic)    

INgProjectAlgorithm.GetAlgorithm Method

Returns the specified schematic algorithm defined for the project.

[Visual Basic 6.0]
Function GetAlgorithm(
    ByVal CLSID As String _
) As ISchematicAlgorithm
[Visual Basic .NET]
Public Function GetAlgorithm ( _
    ByVal CLSID As String _
) As ISchematicAlgorithm
[C#]
public ISchematicAlgorithm GetAlgorithm (
    string CLSID
);
[Java]
public ISchematicAlgorithm getAlgorithm (
    String CLSID
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetAlgorithm(
  BSTR CLSID,
  ISchematicAlgorithm** pVal
);
[C++]

Parameters

CLSID [in]

  CLSID is a parameter of type BSTR

pVal [out, retval]

  pVal is a parameter of type ISchematicAlgorithm

Product Availability

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

See Also

INgProjectAlgorithm Interface | INgProjectAlgorithm.Algorithms Property

 


Feedback Send feedback on this page