ArcObjects Library Reference  (Schematic)    

INgProjectAnalyst.RemoveTrace Method

Removes the specified schematic network trace analyst to the project.

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

Parameters

CLSID [in]

  CLSID is a parameter of type BSTR

Product Availability

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

See Also

INgProjectAnalyst Interface | INgProjectAnalyst.RemoveTraces Method

 


Feedback Send feedback on this page