ESRI.ArcGIS.ADF.Tasks
GetLayerFormat Method
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > SearchAttributesTask Class : GetLayerFormat Method




layerKey
Gets the layer format that will be applied to the result, taking into consideration the values for the properties UseCustomLayerFormat and CustomLayerFormat.

Syntax

Visual Basic (Declaration) 
Public Function GetLayerFormat( _
   ByVal layerKey As String _
) As LayerFormat
Visual Basic (Usage)Copy Code
Dim instance As SearchAttributesTask
Dim layerKey As String
Dim value As LayerFormat
 
value = instance.GetLayerFormat(layerKey)
C# 
public LayerFormat GetLayerFormat( 
   string layerKey
)

Parameters

layerKey

Return Value

The layer format that will be applied to the result.

See Also

© 2010 All Rights Reserved.