This document is archived and information here might be outdated. Recommended version. |
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.