ArcFM Solution Developer Guide
AcceptSymbolizedItems Property (ID8List)






Returns a True or False value indicating whether this item accepts symbolized items.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678283)>
Property AcceptSymbolizedItems As System.Boolean
'Usage
 
Dim instance As ID8List
Dim value As System.Boolean
 
instance.AcceptSymbolizedItems = value
 
value = instance.AcceptSymbolizedItems
[System.Runtime.InteropServices.DispId(1610678283)]
System.bool AcceptSymbolizedItems {get; set;}
read-write property AcceptSymbolizedItems: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678283)
function get,set AcceptSymbolizedItems : System.boolean
[System.Runtime.InteropServices.DispId(1610678283)]
__property System.bool get_AcceptSymbolizedItems();
__property void set_AcceptSymbolizedItems( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(1610678283)]
property System.bool AcceptSymbolizedItems {
   System.bool get();
   void set (    System.bool value);
}

Property Value

Boolean
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