ESRI.ArcGIS.ADF.ArcGISServer.Editor
GetAttributeDisplayInfo Method
See Also 
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.

See Also

© 2010 All Rights Reserved.