ArcObjects Library Reference  (Schematic)    

INgProjectAnalyst.AddTrace Method

Adds the specified schematic network trace analyst to the project.

[Visual Basic 6.0]
Sub AddTrace(
    ByVal CLSID As String, _
    ByVal Algorithm As ISchematicAlgorithm _
) As Empty
[Visual Basic .NET]
Public Sub AddTrace ( _
    ByVal CLSID As String, _
    ByVal Algorithm As ISchematicAlgorithm _
)
[C#]
public void AddTrace (
    string CLSID,
    ISchematicAlgorithm Algorithm
);
[Java]
public void addTrace (
    String CLSID,
    ISchematicAlgorithm Algorithm
)
throws
    IOException,
    AutomationException
[C++]
HRESULT AddTrace(
  BSTR CLSID,
  ISchematicAlgorithm* Algorithm
);
[C++]

Parameters

CLSID [in]

  CLSID is a parameter of type BSTR

Algorithm [in]

  Algorithm is a parameter of type ISchematicAlgorithm

Product Availability

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

See Also

INgProjectAnalyst Interface | INgProjectAnalyst.Traces Property

 


Feedback Send feedback on this page