ArcFM Solution Developer Guide
isCircle Property (IMMDuctBankConfig)






Indicates whether the duct bank is circular in shape or rectangular (as boolean).
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678280)>
Property isCircle As System.Boolean
'Usage
 
Dim instance As IMMDuctBankConfig
Dim value As System.Boolean
 
instance.isCircle = value
 
value = instance.isCircle
[System.Runtime.InteropServices.DispId(1610678280)]
System.bool isCircle {get; set;}
read-write property isCircle: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678280)
function get,set isCircle : System.boolean
[System.Runtime.InteropServices.DispId(1610678280)]
__property System.bool get_isCircle();
__property void set_isCircle( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(1610678280)]
property System.bool isCircle {
   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