ArcFM Server Developer Guide
GetDuctBank Method


Syntax
'Declaration
 
Public Function GetDuctBank( _
   ByVal conduitFeature As IFeature _
) As DuctBank
'Usage
 
Dim instance As UlsPersistenceService
Dim conduitFeature As IFeature
Dim value As DuctBank
 
value = instance.GetDuctBank(conduitFeature)
public DuctBank GetDuctBank( 
   IFeature conduitFeature
)

Parameters

conduitFeature
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