This document is archived and information here might be outdated. Recommended version. |
Active schematic trace task in the Trace Task dropdown list.
[Visual Basic .NET] Public Property CurrentTrace As ISchematicAlgorithm
[C#] public ISchematicAlgorithm CurrentTrace {get; set;}
[C++]
HRESULT get_CurrentTrace(
ISchematicAlgorithm** schematicAlgorithm
);
[C++]
HRESULT putref_CurrentTrace(
ISchematicAlgorithm* schematicAlgorithm
);
[C++] Parameters schematicAlgorithm [out, retval]
schematicAlgorithm is a parameter of type ISchematicAlgorithm** schematicAlgorithm [in]
schematicAlgorithm is a parameter of type ISchematicAlgorithm*