ESRI.ArcGIS.ADF.ArcGISServer.Editor
GetAttributeDisplayInfo Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > AttributeDisplay Class : GetAttributeDisplayInfo Method




layerID
The ID of the layer to retrieve the AttributeDisplayInfo for.
Gets the AttributeDisplayInfo for the specified layer.

Syntax

Visual Basic (Declaration) 
Public Function GetAttributeDisplayInfo( _
   ByVal layerID As Integer _
) As AttributeDisplayInfo
Visual Basic (Usage)Copy Code
Dim instance As AttributeDisplay
Dim layerID As Integer
Dim value As AttributeDisplayInfo
 
value = instance.GetAttributeDisplayInfo(layerID)
C# 
public AttributeDisplayInfo GetAttributeDisplayInfo( 
   int layerID
)

Parameters

layerID
The ID of the layer to retrieve the AttributeDisplayInfo for.

Return Value

The AttributeDisplayInfo for the specified layer or null if none exists.

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.