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


ISchematicNetworkAnalystMgr.CurrentTrace Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SchematicControls)  

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