ArcFM Solution Developer Guide
packed Property (IMMDuctBankConfig)






Indicates whether ducts are packed (as boolean).
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678278)>
Property packed As System.Boolean
'Usage
 
Dim instance As IMMDuctBankConfig
Dim value As System.Boolean
 
instance.packed = value
 
value = instance.packed
[System.Runtime.InteropServices.DispId(1610678278)]
System.bool packed {get; set;}
read-write property packed: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678278)
function get,set packed : System.boolean
[System.Runtime.InteropServices.DispId(1610678278)]
__property System.bool get_packed();
__property void set_packed( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(1610678278)]
property System.bool packed {
   System.bool get();
   void set (    System.bool value);
}

Property Value

Boolean
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