ArcFM Desktop Developer Guide
GetUpperLevelFeaturesAfterLoad Method


Syntax
'Declaration
 
Public Function GetUpperLevelFeaturesAfterLoad( _
   ByVal allTraces As IEnumerable(Of IEnumerable(Of Object)) _
) As IEnumerable(Of IFeature)
'Usage
 
Dim instance As BulkHierarchyExplorer
Dim allTraces As IEnumerable(Of IEnumerable(Of Object))
Dim value As IEnumerable(Of IFeature)
 
value = instance.GetUpperLevelFeaturesAfterLoad(allTraces)
public IEnumerable<IFeature> GetUpperLevelFeaturesAfterLoad( 
   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