ArcFM Responder Mobile Developer Guide
Weight Property (IMMPathElementEx)






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

IMMPathElementEx Interface
IMMPathElementEx Members

Send Feedback