ArcFM Desktop Developer Guide
GetAllGuidsThatImplementClassModelNameAsFlattenedHashSet Method


Syntax
'Declaration
 
Public Shared Function GetAllGuidsThatImplementClassModelNameAsFlattenedHashSet( _
   ByVal startNode As DownHierarchyNode, _
   ByVal classModelName As String _
) As HashSet(Of String)
'Usage
 
Dim startNode As DownHierarchyNode
Dim classModelName As String
Dim value As HashSet(Of String)
 
value = DownHierarchyNode.GetAllGuidsThatImplementClassModelNameAsFlattenedHashSet(startNode, classModelName)
public static HashSet<string> GetAllGuidsThatImplementClassModelNameAsFlattenedHashSet( 
   DownHierarchyNode startNode,
   string classModelName
)

Parameters

startNode
classModelName
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

DownHierarchyNode Class
DownHierarchyNode Members

 

 


Send Comment