ESRI.ArcGIS.ADF.Tasks
CustomLayerFormat Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > QueryAttributesTask Class : CustomLayerFormat Property




The layer format with which task results are rendered when UseCustomLayerFormat is set to True.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("QueryAttributesTask")>
<BrowsableAttribute(True)>
<ResDescriptionAttribute("The layer format with which task results are rendered when UseCustomLayerFormat is set to True.")>
<DefaultValueAttribute()>
Public Property CustomLayerFormat As LayerFormat
Visual Basic (Usage)Copy Code
Dim instance As QueryAttributesTask
Dim value As LayerFormat
 
instance.CustomLayerFormat = value
 
value = instance.CustomLayerFormat
C# 
[ResCategoryAttribute("QueryAttributesTask")]
[BrowsableAttribute(true)]
[ResDescriptionAttribute("The layer format with which task results are rendered when UseCustomLayerFormat is set to True.")]
[DefaultValueAttribute()]
public LayerFormat CustomLayerFormat {get; set;}

Remarks

If layer used in the PredefinedQuery changes, CustomLayerFormat will be cleared out.

See Also

© 2010 All Rights Reserved.