ArcFM Solution Developer Guide
DuctColumns Property (MMDuctBankConfigClass)






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