Determines whether task results are rendered using the custom layer format defined in this task or using the default layer format defined in the map resource item.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("Determines whether task results are rendered using the custom layer format defined in this task or using the default layer format defined in the map resource item.")>
<ResCategoryAttribute("QueryAttributesTask")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
Public Property UseCustomLayerFormat As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As QueryAttributesTask
Dim value As Boolean
instance.UseCustomLayerFormat = value
value = instance.UseCustomLayerFormat |
| C# | |
|---|
[ResDescriptionAttribute("Determines whether task results are rendered using the custom layer format defined in this task or using the default layer format defined in the map resource item.")]
[ResCategoryAttribute("QueryAttributesTask")]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
public bool UseCustomLayerFormat {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also