This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicNetworkAnalystMgr Interface > ISchematicNetworkAnalystMgr.CurrentTrace Property (ArcObjects .NET 10.4 SDK) |
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