ArcFM Server Developer Guide
SaveDuctBank Method


Syntax
'Declaration
 
Public Function SaveDuctBank( _
   ByVal conduitFeature As IFeature, _
   ByVal ductBank As DuctBank _
) As Boolean
'Usage
 
Dim instance As UlsPersistenceService
Dim conduitFeature As IFeature
Dim ductBank As DuctBank
Dim value As Boolean
 
value = instance.SaveDuctBank(conduitFeature, ductBank)
public bool SaveDuctBank( 
   IFeature conduitFeature,
   DuctBank ductBank
)

Parameters

conduitFeature
ductBank
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

UlsPersistenceService Class
UlsPersistenceService Members

 

 


Send Comment