ArcFM Solution Developer Guide
ItemType Property (ID8ListItem)






This is the object type identifier, which can be used to identify the type of object. This is a useful alternative to QueryInterfacing to determine the type of object.
Syntax
[System.Runtime.InteropServices.DispId(1610678283)]
mmd8ItemType ItemType {get;}
read-only property ItemType: mmd8ItemType; 
System.Runtime.InteropServices.DispIdAttribute(1610678283)
function get ItemType : mmd8ItemType
[System.Runtime.InteropServices.DispId(1610678283)]
__property mmd8ItemType get_ItemType();
[System.Runtime.InteropServices.DispId(1610678283)]
property mmd8ItemType ItemType {
   mmd8ItemType get();
}
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678283)>
ReadOnly Property ItemType As mmd8ItemType
 
'Usage
 
Dim instance As ID8ListItem
Dim value As mmd8ItemType
 
value = instance.ItemType

Property Value

mmd8ItemType
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