ArcGIS Runtime SDK for WPF - Library Reference
S52DisplayCategory Enumeration
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace : S52DisplayCategory Enumeration

Describes the category for display. The values can be ORed together to combine multiple display categories.

Syntax

Visual Basic (Declaration) 
Public Enum S52DisplayCategory 
   Inherits System.Enum
C# 
public enum S52DisplayCategory : System.Enum 

Members

MemberDescription
AllSpecifies that features falling within DisplayBase, Standard, and Other categories shall be rendered
DisplayBaseSpecifies that features falling within the DisplayBase category shall be rendered
OtherSpecifies that features falling within the Other category shall be rendered
StandardSpecifies that features falling within the Standard category shall be rendered

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.AdvancedSymbology.S52DisplayCategory

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.