ArcFM Solution Developer Guide
HasVisibleChildren Property (ID8List)






Returns a True or False value indicating whether an item in the list has visible children.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678291)>
ReadOnly Property HasVisibleChildren As System.Boolean
'Usage
 
Dim instance As ID8List
Dim value As System.Boolean
 
value = instance.HasVisibleChildren
[System.Runtime.InteropServices.DispId(1610678291)]
System.bool HasVisibleChildren {get;}
read-only property HasVisibleChildren: System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678291)
function get HasVisibleChildren : System.boolean
[System.Runtime.InteropServices.DispId(1610678291)]
__property System.bool get_HasVisibleChildren();
[System.Runtime.InteropServices.DispId(1610678291)]
property System.bool HasVisibleChildren {
   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