ArcObjects Library Reference (GeoDatabase)  

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