ArcFM Engine Developer Guide
DirectonHintEID Property


This property helps distinguish the direction in which the trace was flowing before it was stopped. It identifies among the network elements directly attached to the stopper, those on the "near" side from those on the "far" side. This property returns the EID of the network edge that the trace traversed before encountering the stopper element (i.e., the edge on the "near" side of the stopper with respect to the start element).
Syntax
'Declaration
 
<DispIdAttribute(1610678284)>
Property DirectonHintEID As Integer
'Usage
 
Dim instance As IMMTraceStopper
Dim value As Integer
 
instance.DirectonHintEID = value
 
value = instance.DirectonHintEID
[DispId(1610678284)]
int DirectonHintEID {get; set;}

Property Value

EID as Long
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

IMMTraceStopper Interface
IMMTraceStopper Members

 

 


Send Comment