ArcFM Solution Developer Guide
DefaultItem Property (ID8List)






Points to the child listitem that is designated as the default item in the list. Defaultitem is NULL if there is no default item.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678281)>
Property DefaultItem As ID8ListItem
'Usage
 
Dim instance As ID8List
Dim value As ID8ListItem
 
instance.DefaultItem = value
 
value = instance.DefaultItem
[System.Runtime.InteropServices.DispId(1610678281)]
ID8ListItem DefaultItem {get; set;}
read-write property DefaultItem: ID8ListItem; 
System.Runtime.InteropServices.DispIdAttribute(1610678281)
function get,set DefaultItem : ID8ListItem
[System.Runtime.InteropServices.DispId(1610678281)]
__property ID8ListItem* get_DefaultItem();
__property void set_DefaultItem( 
   ID8ListItem* value
);
[System.Runtime.InteropServices.DispId(1610678281)]
property ID8ListItem^ DefaultItem {
   ID8ListItem^ get();
   void set (    ID8ListItem^ value);
}

Property Value

Returns an object that implements the ID8ListItem interface.
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

ID8List Interface
ID8List Members

Send Feedback