ESRI.ArcGIS.ADF.ArcGISServer.Editor
AttributeDisplayInfo Constructor(Int32,AttributeDisplayMode)
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > AttributeDisplayInfo Class > AttributeDisplayInfo Constructor : AttributeDisplayInfo Constructor(Int32,AttributeDisplayMode)




layerID
The ID of the layer.
displayMode
The default AttributeDisplayMode for attributes.
Creates an AttributeDisplayInfo instance.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal layerID As Integer, _
   ByVal displayMode As AttributeDisplayMode _
)
Visual Basic (Usage)Copy Code
Dim layerID As Integer
Dim displayMode As AttributeDisplayMode
 
Dim instance As AttributeDisplayInfo(layerID, displayMode)
C# 
public AttributeDisplayInfo( 
   int layerID,
   AttributeDisplayMode displayMode
)

Parameters

layerID
The ID of the layer.
displayMode
The default AttributeDisplayMode for attributes.

See Also

© 2010 All Rights Reserved.