ArcFM Engine Developer Guide
TraceEnds Property


This property sets or returns a boolean value that indicates whether the tracing results should include trace-blocking features, i.e., features that were reached by the tracing but that prevented the tracing from passing through to reach features on the other side of the feature in question. This includes open switches in an electrical network, for example, or closed valves in a gas or water network.
Syntax
'Declaration
 
<DispIdAttribute(1610678272)>
Property TraceEnds As Boolean
'Usage
 
Dim instance As IMMNetworkAnalysisExtForFramework
Dim value As Boolean
 
instance.TraceEnds = value
 
value = instance.TraceEnds
[DispId(1610678272)]
bool TraceEnds {get; set;}

Property Value

Boolean
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

IMMNetworkAnalysisExtForFramework Interface
IMMNetworkAnalysisExtForFramework Members

 

 


Send Comment