This document is archived and information here might be outdated.  Recommended version.


IShields.ShieldDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > IShields Interface > IShields.ShieldDescription Property
ArcGIS Developer Help

IShields.ShieldDescription Property

The shield description by index.

[Visual Basic .NET]
Public Function get_ShieldDescription ( _
    ByVal Index As Integer _
) As String
[C#]
public string get_ShieldDescription (
    int Index
);
[C++]
HRESULT get_ShieldDescription(
  long Index,
  System.String* Type
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Type [out, retval]
Type is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Returns the ShieldDescription value specified by the index.  The ShieldType is added with the AddShield method.  Examples of ShieldType and ShieldDescriptions pairs include:

ShieldType ShieldDescription
I Interstate
S State
T Trans Canada

See Also

IShields Interface