Responder Developer Guide
GetEditView(String,ControlStyle) Method


Version: 10.2.1a

Resource Center Home

The name of the table whose edit view to get.
The control style.
Gets the edit view control for a table in a control style.
Syntax
'Declaration
 
Public Overloads Shared Function GetEditView( _
   ByVal tableRepresents As String, _
   ByVal style As ControlStyle _
) As EditViewBase
'Usage
 
Dim tableRepresents As String
Dim style As ControlStyle
Dim value As EditViewBase
 
value = EditViewBase.GetEditView(tableRepresents, style)
public static EditViewBase GetEditView( 
   string tableRepresents,
   ControlStyle style
)

Parameters

tableRepresents
The name of the table whose edit view to get.
style
The control style.
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

EditViewBase Class
EditViewBase Members
Overload List

 

 


Send Comment