Adds the specified schematic network trace analyst to the project.
[Visual Basic 6.0] Sub AddTrace(
ByVal CLSID As String, _
ByVal Algorithm As ISchematicAlgorithm _
) As Empty
[Visual Basic .NET] Public Sub AddTrace ( _ ByVal CLSID As String, _ ByVal Algorithm As ISchematicAlgorithm _ )
[C#] public void AddTrace ( string CLSID, ISchematicAlgorithm Algorithm );
[Java] public void addTrace ( String CLSID, ISchematicAlgorithm Algorithm ) throws IOException, AutomationException
[C++] HRESULT AddTrace( BSTR CLSID, ISchematicAlgorithm* Algorithm );
Parameters
CLSID [in]
CLSID is a parameter of type BSTR
Algorithm [in]
Algorithm is a parameter of type ISchematicAlgorithm
INgProjectAnalyst Interface | INgProjectAnalyst.Traces Property