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 );
Parameters
CLSID [in]
CLSID is a parameter of type BSTR
pVal [out, retval]
pVal is a parameter of type ISchematicAlgorithm
INgProjectAlgorithm Interface | INgProjectAlgorithm.Algorithms Property