ESRI.ArcGIS.ADF.ArcGISServer.Editor
AttributeDisplayOverride Constructor(String,AttributeDisplayMode)
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > AttributeDisplayOverride Class > AttributeDisplayOverride Constructor : AttributeDisplayOverride Constructor(String,AttributeDisplayMode)




fieldName
The field name of the attribute.
displayMode
The AttributeDisplayMode of the attribute.
Constructs an AttributeDisplayOverride instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fieldName As String, _
   ByVal displayMode As AttributeDisplayMode _
)
Visual Basic (Usage)Copy Code
Dim fieldName As String
Dim displayMode As AttributeDisplayMode
 
Dim instance As New AttributeDisplayOverride(fieldName, displayMode)
C# 
public AttributeDisplayOverride( 
   string fieldName,
   AttributeDisplayMode displayMode
)

Parameters

fieldName
The field name of the attribute.
displayMode
The AttributeDisplayMode of the attribute.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.