ArcFM Server Developer Guide
DownHierarchyNode Constructor(RowConvertor,DownHierarchyNode,IRow,String)


Syntax
'Declaration
 
Public Function New( _
   ByVal lookup As RowConvertor, _
   ByVal parent As DownHierarchyNode, _
   ByVal row As IRow, _
   Optional ByVal depthLimitModelName As String _
)
'Usage
 
Dim lookup As RowConvertor
Dim parent As DownHierarchyNode
Dim row As IRow
Dim depthLimitModelName As String
 
Dim instance As New DownHierarchyNode(lookup, parent, row, depthLimitModelName)
public DownHierarchyNode( 
   RowConvertor lookup,
   DownHierarchyNode parent,
   IRow row,
   string depthLimitModelName
)

Parameters

lookup
parent
row
depthLimitModelName
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
Overload List

 

 


Send Comment