ArcFM Engine Developer Guide
ReportTrace Method (FiberTraceReporter)


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

Parameters

traces
lambda
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

FiberTraceReporter Class
FiberTraceReporter Members

 

 


Send Comment