ArcFM Desktop Developer Guide
ReportTrace Method (OtdrTraceReporter)


Syntax
'Declaration
 
Public Sub ReportTrace( _
   ByVal traces As IDictionary(Of IRow,IEnumerable(Of Object)), _
   ByVal maxDistance As Double _
) 
'Usage
 
Dim instance As OtdrTraceReporter
Dim traces As IDictionary(Of IRow,IEnumerable(Of Object))
Dim maxDistance As Double
 
instance.ReportTrace(traces, maxDistance)
public void ReportTrace( 
   IDictionary<IRow,IEnumerable<object>> traces,
   double maxDistance
)

Parameters

traces
maxDistance
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

OtdrTraceReporter Class
OtdrTraceReporter Members

 

 


Send Comment