ArcFM Engine Developer Guide
GetDuctBankWidthHeight Method (UndergroundUtilitiesComWrapper)


Syntax
'Declaration
 
Public Sub GetDuctBankWidthHeight( _
   ByVal ductBank As IFeature, _
   ByRef ductBankWidth As Double, _
   ByRef ductBankHeight As Double _
) 
'Usage
 
Dim instance As UndergroundUtilitiesComWrapper
Dim ductBank As IFeature
Dim ductBankWidth As Double
Dim ductBankHeight As Double
 
instance.GetDuctBankWidthHeight(ductBank, ductBankWidth, ductBankHeight)
public void GetDuctBankWidthHeight( 
   IFeature ductBank,
   out double ductBankWidth,
   out double ductBankHeight
)

Parameters

ductBank
ductBankWidth
ductBankHeight
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

UndergroundUtilitiesComWrapper Class
UndergroundUtilitiesComWrapper Members

 

 


Send Comment