ArcFM Responder Mobile Developer Guide
YCoordinate Property (IMMTraceRunParameters)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678276)>
Property YCoordinate As System.Integer
'Usage
 
Dim instance As IMMTraceRunParameters
Dim value As System.Integer
 
instance.YCoordinate = value
 
value = instance.YCoordinate
[System.Runtime.InteropServices.DispId(1610678276)]
System.int YCoordinate {get; set;}
read-write property YCoordinate: System.Integer; 
System.Runtime.InteropServices.DispIdAttribute(1610678276)
function get,set YCoordinate : System.int
[System.Runtime.InteropServices.DispId(1610678276)]
__property System.int get_YCoordinate();
__property void set_YCoordinate( 
   System.int value
);
[System.Runtime.InteropServices.DispId(1610678276)]
property System.int YCoordinate {
   System.int get();
   void set (    System.int value);
}
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

IMMTraceRunParameters Interface
IMMTraceRunParameters Members

Send Feedback