ArcFM Desktop Developer Guide
GetDuctBankWidthHeight Method (IMMUndergroundUtilitiesComWrapper)


Syntax
'Declaration
 
Sub GetDuctBankWidthHeight( _
   ByVal ductBank As IFeature, _
   ByRef ductBankWidth As Double, _
   ByRef ductBankHeight As Double _
) 
'Usage
 
Dim instance As IMMUndergroundUtilitiesComWrapper
Dim ductBank As IFeature
Dim ductBankWidth As Double
Dim ductBankHeight As Double
 
instance.GetDuctBankWidthHeight(ductBank, ductBankWidth, ductBankHeight)
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

IMMUndergroundUtilitiesComWrapper Interface
IMMUndergroundUtilitiesComWrapper Members

 

 


Send Comment