ArcFM Engine Developer Guide
TraceStoppingElement Constructor(IMMTraceStopper,esriElementType,Nullable<Int32>,Nullable<Boolean>,Nullable<SetOfPhases>)


Syntax
'Declaration
 
Public Function New( _
   ByVal stopper As IMMTraceStopper, _
   ByVal elementType As esriElementType, _
   ByVal weight As Nullable(Of Integer), _
   ByVal belongsToLoop As Nullable(Of Boolean), _
   ByVal energizedPhases As Nullable(Of SetOfPhases) _
)
'Usage
 
Dim stopper As IMMTraceStopper
Dim elementType As esriElementType
Dim weight As Nullable(Of Integer)
Dim belongsToLoop As Nullable(Of Boolean)
Dim energizedPhases As Nullable(Of SetOfPhases)
 
Dim instance As New TraceStoppingElement(stopper, elementType, weight, belongsToLoop, energizedPhases)
public TraceStoppingElement( 
   IMMTraceStopper stopper,
   esriElementType elementType,
   Nullable<int> weight,
   Nullable<bool> belongsToLoop,
   Nullable<SetOfPhases> energizedPhases
)

Parameters

stopper
elementType
weight
belongsToLoop
energizedPhases
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

TraceStoppingElement Class
TraceStoppingElement Members
Overload List

 

 


Send Comment