ArcFM Solution Developer Guide
HasChildren Property (ID8List)


Boolean
Returns a True or False value indicating whether the list has children.
Syntax
'Declaration
 
<DispIdAttribute(1610678280)>
ReadOnly Property HasChildren( _
   Optional ByVal bUseDynamic As Boolean _
) As Boolean
'Usage
 
Dim instance As ID8List
Dim bUseDynamic As Boolean
Dim value As Boolean
 
value = instance.HasChildren(bUseDynamic)
[DispId(1610678280)]
bool HasChildren( 
   bool bUseDynamic
) {get;}

Parameters

bUseDynamic
Boolean

Property Value

Boolean
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ID8List Interface
ID8List Members

 

 


Send Comment