Returns the specified schematic network trace analyst defined for the project.
[Visual Basic 6.0] Function GetTrace(
ByVal CLSID As String _
) As ISchematicAlgorithm
[Visual Basic .NET] Public Function GetTrace ( _ ByVal CLSID As String _ ) As ISchematicAlgorithm
[C#] public ISchematicAlgorithm GetTrace ( string CLSID );
[Java] public ISchematicAlgorithm getTrace ( String CLSID ) throws IOException, AutomationException
[C++] HRESULT GetTrace( BSTR CLSID, ISchematicAlgorithm** pVal );
Parameters
CLSID [in]
CLSID is a parameter of type BSTR
pVal [out, retval]
pVal is a parameter of type ISchematicAlgorithm
INgProjectAnalyst Interface | INgProjectAnalyst.Traces Property