ArcFM Solution Developer Guide
DuctRows Property (IMMDuctBankConfig)






The number of rows within a duct bank (as integer).
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Property DuctRows As System.Short
'Usage
 
Dim instance As IMMDuctBankConfig
Dim value As System.Short
 
instance.DuctRows = value
 
value = instance.DuctRows
[System.Runtime.InteropServices.DispId(1610678274)]
System.short DuctRows {get; set;}
read-write property DuctRows: System.Int16; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get,set DuctRows : System.short
[System.Runtime.InteropServices.DispId(1610678274)]
__property System.short get_DuctRows();
__property void set_DuctRows( 
   System.short value
);
[System.Runtime.InteropServices.DispId(1610678274)]
property System.short DuctRows {
   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