Responder Developer Guide
GetEditView(String,ControlStyle,Boolean) Method


Syntax
'Declaration
 
Public Overloads Shared Function GetEditView( _
   ByVal tableRepresents As String, _
   ByVal style As ControlStyle, _
   ByVal getCustom As Boolean _
) As EditViewBase
'Usage
 
Dim tableRepresents As String
Dim style As ControlStyle
Dim getCustom As Boolean
Dim value As EditViewBase
 
value = EditViewBase.GetEditView(tableRepresents, style, getCustom)
public static EditViewBase GetEditView( 
   string tableRepresents,
   ControlStyle style,
   bool getCustom
)

Parameters

tableRepresents
style
getCustom
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