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


ISchematicDiagramClass.SchematicTraces Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagramClass Interface > ISchematicDiagramClass.SchematicTraces Property
ArcGIS Developer Help

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