This document is archived and information here might be outdated.  Recommended version.


ISchematicNetworkAnalystMgr.CurrentTrace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicNetworkAnalystMgr Interface > ISchematicNetworkAnalystMgr.CurrentTrace Property
ArcGIS Developer Help

ISchematicNetworkAnalystMgr.CurrentTrace Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicNetworkAnalystMgr Interface