ArcFM Desktop Developer Guide
GetUpperLevelObjectInfoContainingCountFieldsAfterLoad Method


Syntax
'Declaration
 
Public Function GetUpperLevelObjectInfoContainingCountFieldsAfterLoad( _
   ByVal allTraces As IEnumerable(Of IEnumerable(Of Object)) _
) As IEnumerable(Of BulkHierarchyUpperLevelObjectInfo)
'Usage
 
Dim instance As BulkHierarchyExplorer
Dim allTraces As IEnumerable(Of IEnumerable(Of Object))
Dim value As IEnumerable(Of BulkHierarchyUpperLevelObjectInfo)
 
value = instance.GetUpperLevelObjectInfoContainingCountFieldsAfterLoad(allTraces)
public IEnumerable<BulkHierarchyUpperLevelObjectInfo> GetUpperLevelObjectInfoContainingCountFieldsAfterLoad( 
   IEnumerable<IEnumerable<object>> allTraces
)

Parameters

allTraces
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

BulkHierarchyExplorer Class
BulkHierarchyExplorer Members

 

 


Send Comment