ArcFM Engine Developer Guide
FindGroupPane Method


The unique key of the group pane to find.
Find the group (parent pane) with the specified key.
Syntax
'Declaration
 
Public Function FindGroupPane( _
   ByVal key As String _
) As DockGroupPane
'Usage
 
Dim instance As DockManager
Dim key As String
Dim value As DockGroupPane
 
value = instance.FindGroupPane(key)
public DockGroupPane FindGroupPane( 
   string key
)

Parameters

key
The unique key of the group pane to find.

Return Value

The DockGroupPane if found, else null.
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

DockManager Class
DockManager Members

 

 


Send Comment