ArcFM Desktop Developer Guide
RunTrace(IFeature,IMap,IFeature,Boolean) Method


Syntax
'Declaration
 
Public Overloads Shared Function RunTrace( _
   ByVal sheath As IFeature, _
   ByVal map As IMap, _
   Optional ByVal directionalToFeature As IFeature, _
   Optional ByVal distanceLimited As Boolean _
) As FiberTrace
'Usage
 
Dim sheath As IFeature
Dim map As IMap
Dim directionalToFeature As IFeature
Dim distanceLimited As Boolean
Dim value As FiberTrace
 
value = FiberTrace.RunTrace(sheath, map, directionalToFeature, distanceLimited)
public static FiberTrace RunTrace( 
   IFeature sheath,
   IMap map,
   IFeature directionalToFeature,
   bool distanceLimited
)

Parameters

sheath
map
directionalToFeature
distanceLimited
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

FiberTrace Class
FiberTrace Members
Overload List

 

 


Send Comment