ArcFM Solution Developer Guide
DuctColumns Property (IMMDuctBankConfig)






The number of columns within a duct bank (as integer).
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678276)>
Property DuctColumns As System.Short
'Usage
 
Dim instance As IMMDuctBankConfig
Dim value As System.Short
 
instance.DuctColumns = value
 
value = instance.DuctColumns
[System.Runtime.InteropServices.DispId(1610678276)]
System.short DuctColumns {get; set;}
read-write property DuctColumns: System.Int16; 
System.Runtime.InteropServices.DispIdAttribute(1610678276)
function get,set DuctColumns : System.short
[System.Runtime.InteropServices.DispId(1610678276)]
__property System.short get_DuctColumns();
__property void set_DuctColumns( 
   System.short value
);
[System.Runtime.InteropServices.DispId(1610678276)]
property System.short DuctColumns {
   System.short get();
   void set (    System.short value);
}

Property Value

Integer
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMDuctBankConfig Interface
IMMDuctBankConfig Members

Send Feedback