ArcFM Desktop Developer Guide
GetRelatedNodesByNodeType<T>() Method


Syntax
'Declaration
 
Public Function GetRelatedNodesByNodeType(Of T As GraphNode)() As List(Of T)
'Usage
 
Dim instance As GraphNode
Dim value As List(Of T)
 
value = instance.GetRelatedNodesByNodeType(Of T)()
public List<T> GetRelatedNodesByNodeType<T>()
where T: GraphNode

Type Parameters

T
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

GraphNode Class
GraphNode Members

 

 


Send Comment