ArcFM Solution Developer Guide
yCoordinate Property (IMMDuctDefinition)






The y coordinate for the center of the duct (as single).
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678284)>
Property yCoordinate As System.Single
'Usage
 
Dim instance As IMMDuctDefinition
Dim value As System.Single
 
instance.yCoordinate = value
 
value = instance.yCoordinate
[System.Runtime.InteropServices.DispId(1610678284)]
System.float yCoordinate {get; set;}
read-write property yCoordinate: System.Single; 
System.Runtime.InteropServices.DispIdAttribute(1610678284)
function get,set yCoordinate : System.float
[System.Runtime.InteropServices.DispId(1610678284)]
__property System.float get_yCoordinate();
__property void set_yCoordinate( 
   System.float value
);
[System.Runtime.InteropServices.DispId(1610678284)]
property System.float yCoordinate {
   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