ArcFM Solution Developer Guide
DisplayOrder Property (IMMAutoValue)






This property is currently not used.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678276)>
Property DisplayOrder As System.Integer
'Usage
 
Dim instance As IMMAutoValue
Dim value As System.Integer
 
instance.DisplayOrder = value
 
value = instance.DisplayOrder
[System.Runtime.InteropServices.DispId(1610678276)]
System.int DisplayOrder {get; set;}
read-write property DisplayOrder: System.Integer; 
System.Runtime.InteropServices.DispIdAttribute(1610678276)
function get,set DisplayOrder : System.int
[System.Runtime.InteropServices.DispId(1610678276)]
__property System.int get_DisplayOrder();
__property void set_DisplayOrder( 
   System.int value
);
[System.Runtime.InteropServices.DispId(1610678276)]
property System.int DisplayOrder {
   System.int get();
   void set (    System.int value);
}

Property Value

Long
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

IMMAutoValue Interface
IMMAutoValue Members

Send Feedback