ArcFM Solution Developer Guide
SymbolizedType Property (ID8ListItem)






Specifies if the item is symbolized (feature), non-symbolized (object), or non-GIS (not stored in the geodatabase).
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property SymbolizedType As mmd8ListItemType
'Usage
 
Dim instance As ID8ListItem
Dim value As mmd8ListItemType
 
instance.SymbolizedType = value
 
value = instance.SymbolizedType
[System.Runtime.InteropServices.DispId(1610678272)]
mmd8ListItemType SymbolizedType {get; set;}
read-write property SymbolizedType: mmd8ListItemType; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set SymbolizedType : mmd8ListItemType
[System.Runtime.InteropServices.DispId(1610678272)]
__property mmd8ListItemType get_SymbolizedType();
__property void set_SymbolizedType( 
   mmd8ListItemType value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property mmd8ListItemType SymbolizedType {
   mmd8ListItemType get();
   void set (    mmd8ListItemType value);
}

Property Value

mmd8ListItemType
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