Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Add Method








Object to add.
Adds the specified item to the end of the collection.
Syntax
public virtual void Add( 
   T item
)
'Declaration
 
Public Overridable Sub Add( _
   ByVal item As T _
) 
'Usage
 
Dim instance As RasterCollection(Of T)
Dim item As T
 
instance.Add(item)
public virtual void Add( 
   T item
)
 function Leadtools.RasterCollection.Add( 
   item 
)
public:
virtual void Add( 
   T^ item
) 

Parameters

item
Object to add.

Return Value

The index of the newly added item.
Example
For an example, refer to RasterCollection`1.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

Error processing SSI file