ArcFM Solution Developer Guide
ViewImageID Property (ID8ListItem)






Returns a bitmap associated with a list item.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678284)>
ReadOnly Property ViewImageID As System.Integer
'Usage
 
Dim instance As ID8ListItem
Dim value As System.Integer
 
value = instance.ViewImageID
[System.Runtime.InteropServices.DispId(1610678284)]
System.int ViewImageID {get;}
read-only property ViewImageID: System.Integer; 
System.Runtime.InteropServices.DispIdAttribute(1610678284)
function get ViewImageID : System.int
[System.Runtime.InteropServices.DispId(1610678284)]
__property System.int get_ViewImageID();
[System.Runtime.InteropServices.DispId(1610678284)]
property System.int ViewImageID {
   System.int get();
}

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

ID8ListItem Interface
ID8ListItem Members

Send Feedback