ArcObjects Library Reference  (Schematic)    

INgProjectAnalyst.GetTrace Method

Returns the specified schematic network trace analyst defined for the project.

[Visual Basic 6.0]
Function GetTrace(
    ByVal CLSID As String _
) As ISchematicAlgorithm
[Visual Basic .NET]
Public Function GetTrace ( _
    ByVal CLSID As String _
) As ISchematicAlgorithm
[C#]
public ISchematicAlgorithm GetTrace (
    string CLSID
);
[Java]
public ISchematicAlgorithm getTrace (
    String CLSID
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetTrace(
  BSTR CLSID,
  ISchematicAlgorithm** pVal
);
[C++]

Parameters

CLSID [in]

  CLSID is a parameter of type BSTR

pVal [out, retval]

  pVal 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