Responder Developer Guide
UserRowGroup Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal caption As String, _
   ByVal where As String, _
   ByVal visible As Boolean, _
   ByVal priority As Integer, _
   ByVal include As Boolean _
)
'Usage
 
Dim caption As String
Dim where As String
Dim visible As Boolean
Dim priority As Integer
Dim include As Boolean
 
Dim instance As New UserRowGroup(caption, where, visible, priority, include)
public UserRowGroup( 
   string caption,
   string where,
   bool visible,
   int priority,
   bool include
)

Parameters

caption
where
visible
priority
include
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

UserRowGroup Class
UserRowGroup Members

 

 


Send Comment