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


IShields.DeleteShield Method (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.DeleteShield Method
ArcGIS Developer Help

IShields.DeleteShield Method

Deletes a shield by index.

[Visual Basic .NET]
Public Sub DeleteShield ( _
    ByVal Index As Integer _
)
[C#]
public void DeleteShield (
    int Index
);
[C++]
HRESULT DeleteShield(
  long Index
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

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

Remarks

DeleteShield removes the shield of the specified index from the collection.

See Also

IShields Interface