ESRI.ArcGIS.ADF.ArcGISServer.Editor
AttributeDisplayOverride Constructor(String,AttributeDisplayMode)
See Also 
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 AttributeDisplayOverride(fieldName, displayMode)
C# 
public AttributeDisplayOverride( 
   string fieldName,
   AttributeDisplayMode displayMode
)

Parameters

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

See Also

© 2010 All Rights Reserved.