ArcFM Solution Developer Guide
DisplayChildren Property (ID8List)






Returns a True or False value indicating whether to show the children of an item in the list.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678290)>
ReadOnly Property DisplayChildren As System.Boolean
'Usage
 
Dim instance As ID8List
Dim value As System.Boolean
 
value = instance.DisplayChildren
[System.Runtime.InteropServices.DispId(1610678290)]
System.bool DisplayChildren {get;}
read-only property DisplayChildren: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678290)
function get DisplayChildren : System.boolean
[System.Runtime.InteropServices.DispId(1610678290)]
__property System.bool get_DisplayChildren();
[System.Runtime.InteropServices.DispId(1610678290)]
property System.bool DisplayChildren {
   System.bool get();
}

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