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


ISchematicDiagramClass.SchematicTraces Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDiagramClass.SchematicTraces Property

Schematic analyst traces of the schematic diagram class.

[Visual Basic .NET]
Public Property SchematicTraces As IEnumSchematicAlgorithm
[C#]
public IEnumSchematicAlgorithm SchematicTraces {get; set;}
[C++]
HRESULT get_SchematicTraces(
  IEnumSchematicAlgorithm** SchematicAlgorithms
);
[C++]
HRESULT putref_SchematicTraces(
  IEnumSchematicAlgorithm* SchematicAlgorithms
);
[C++]

Parameters SchematicAlgorithms [out, retval]
SchematicAlgorithms is a parameter of type IEnumSchematicAlgorithm SchematicAlgorithms [in]
SchematicAlgorithms is a parameter of type IEnumSchematicAlgorithm

Product Availability

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

See Also

ISchematicDiagramClass Interface