ArcFM Solution Developer Guide
HasChildren Property (ID8List)






Boolean
Returns a True or False value indicating whether the list has children.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678280)>
ReadOnly Property HasChildren( _
   Optional ByVal bUseDynamic As System.Boolean _
) As System.Boolean
'Usage
 
Dim instance As ID8List
Dim bUseDynamic As System.Boolean
Dim value As System.Boolean
 
value = instance.HasChildren(bUseDynamic)
[System.Runtime.InteropServices.DispId(1610678280)]
System.bool HasChildren( 
   System.bool bUseDynamic
) {get;}
read-only property HasChildren( 
    bUseDynamic: System.Boolean
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610678280)
function get HasChildren( 
   bUseDynamic : System.boolean
) : System.boolean
[System.Runtime.InteropServices.DispId(1610678280)]
__property System.bool get_HasChildren( 
   System.bool bUseDynamic
);
[System.Runtime.InteropServices.DispId(1610678280)]
property System.bool HasChildren {
   System.bool get(System.bool bUseDynamic);
}

Parameters

bUseDynamic
Boolean

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