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




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() As LayerFormat
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributesTask
Dim value As LayerFormat
 
value = instance.GetLayerFormat()
C# 
public LayerFormat GetLayerFormat()

Return Value

The layer format that will be applied to the result.

See Also

© 2010 All Rights Reserved.