ArcFM Solution Developer Guide
xCoordinate Property (IMMDuctDefinition)






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