ESRI.ArcGIS.ADF.IMS
ShieldType Enumeration
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace : ShieldType Enumeration




Specifies the type of shield.

Syntax

Visual Basic (Declaration) 
Public Enum ShieldType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ShieldType
C# 
public enum ShieldType : Enum 

Members

MemberDescription
Interstate Interstate type shield.
USRoad United States road type shield.
Rect Rectangle shield.
Oval Oval shield.

Example

See ShieldSymbol for an example.

Remarks

Used in ShieldSymbol to specify the type of shield to show for labels on line layers. Custom shields may be used by obtaining or creating an image file of the shield and using RasterShieldSymbol.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.IMS.Display.Symbol.ShieldType

See Also

© 2010 All Rights Reserved.