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




Gets the layer format that will be applied to the result if UseCustomLayerFormat is set to False.

Syntax

Visual Basic (Declaration) 
Public Function GetDefaultLayerFormat() As LayerFormat
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributesTask
Dim value As LayerFormat
 
value = instance.GetDefaultLayerFormat()
C# 
public LayerFormat GetDefaultLayerFormat()

Return Value

The default layer format.

See Also

© 2010 All Rights Reserved.