ArcFM Solution Developer Guide
AcceptNonSymbolizedItems Property (ID8List)






Returns a True or False value indicating whether this item accepts non-symbolized items.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678285)>
Property AcceptNonSymbolizedItems As System.Boolean
'Usage
 
Dim instance As ID8List
Dim value As System.Boolean
 
instance.AcceptNonSymbolizedItems = value
 
value = instance.AcceptNonSymbolizedItems
[System.Runtime.InteropServices.DispId(1610678285)]
System.bool AcceptNonSymbolizedItems {get; set;}
read-write property AcceptNonSymbolizedItems: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678285)
function get,set AcceptNonSymbolizedItems : System.boolean
[System.Runtime.InteropServices.DispId(1610678285)]
__property System.bool get_AcceptNonSymbolizedItems();
__property void set_AcceptNonSymbolizedItems( 
   System.bool value
);
[System.Runtime.InteropServices.DispId(1610678285)]
property System.bool AcceptNonSymbolizedItems {
   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