ArcFM Desktop Developer Guide
BulkHealCircuitsWithDeletedObjects Method


Syntax
'Declaration
 
Public Function BulkHealCircuitsWithDeletedObjects( _
   ByVal healingInfoByElementsDeleted As IDictionary(Of GuidObjectId,HashSet(Of BulkHealingInfo)), _
   ByVal circuitRepo As ICircuitRepository _
) As HashSet(Of Guid)
'Usage
 
Dim instance As BulkCircuitUtility
Dim healingInfoByElementsDeleted As IDictionary(Of GuidObjectId,HashSet(Of BulkHealingInfo))
Dim circuitRepo As ICircuitRepository
Dim value As HashSet(Of Guid)
 
value = instance.BulkHealCircuitsWithDeletedObjects(healingInfoByElementsDeleted, circuitRepo)
public HashSet<Guid> BulkHealCircuitsWithDeletedObjects( 
   IDictionary<GuidObjectId,HashSet<BulkHealingInfo>> healingInfoByElementsDeleted,
   ICircuitRepository circuitRepo
)

Parameters

healingInfoByElementsDeleted
circuitRepo
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

BulkCircuitUtility Class
BulkCircuitUtility Members

 

 


Send Comment