ArcFM Desktop Developer Guide
GroupNode<T> Constructor(String,Int32)


Syntax
'Declaration
 
Public Function New( _
   ByVal nodeName As String, _
   ByVal symbologyID As Integer _
)
'Usage
 
Dim nodeName As String
Dim symbologyID As Integer
 
Dim instance As New GroupNode(Of T)(nodeName, symbologyID)
public GroupNode<T>( 
   string nodeName,
   int symbologyID
)

Parameters

nodeName
symbologyID
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

GroupNode<T> Class
GroupNode<T> Members
Overload List

 

 


Send Comment