ArcFM Solution Developer Guide
diameter Property






The diameter of the duct (as single).
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678290)>
Property diameter As System.Single
'Usage
 
Dim instance As IMMDuctDefinition
Dim value As System.Single
 
instance.diameter = value
 
value = instance.diameter
[System.Runtime.InteropServices.DispId(1610678290)]
System.float diameter {get; set;}
read-write property diameter: System.Single; 
System.Runtime.InteropServices.DispIdAttribute(1610678290)
function get,set diameter : System.float
[System.Runtime.InteropServices.DispId(1610678290)]
__property System.float get_diameter();
__property void set_diameter( 
   System.float value
);
[System.Runtime.InteropServices.DispId(1610678290)]
property System.float diameter {
   System.float get();
   void set (    System.float value);
}

Property Value

Single
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

IMMDuctDefinition Interface
IMMDuctDefinition Members

Send Feedback