ArcFM Solution Developer Guide
DuctRows Property (MMDuctBankConfigClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Public Overridable Property DuctRows As System.Short
'Usage
 
Dim instance As MMDuctBankConfigClass
Dim value As System.Short
 
instance.DuctRows = value
 
value = instance.DuctRows
[System.Runtime.InteropServices.DispId(1610678274)]
public virtual System.short DuctRows {get; set;}
public read-write property DuctRows: System.Int16; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
public function get,set DuctRows : System.short
[System.Runtime.InteropServices.DispId(1610678274)]
public: __property virtual System.short get_DuctRows();
public: __property virtual void set_DuctRows( 
   System.short value
);
[System.Runtime.InteropServices.DispId(1610678274)]
public:
virtual property System.short DuctRows {
   System.short get();
   void set (    System.short value);
}
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

MMDuctBankConfigClass Class
MMDuctBankConfigClass Members

Send Feedback