This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > IShields Interface > IShields.DeleteShield Method (ArcObjects .NET 10.4 SDK) |
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
DeleteShield removes the shield of the specified index from the collection.