ImageGear for .NET
RemoveAt Method
See Also  Send Feedback
ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPArray<T> Class : RemoveAt Method




index
The zero-based index of the element to remove.

Glossary Item Box

Removes the element at the specified index of the ImGearXMPArray<T>.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

index
The zero-based index of the element to remove.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeException

index is less than 0.

-or-

index is greater than Count.

See Also

©2013. Accusoft Corporation. All Rights Reserved.