Accusoft.PdfXpress6.Net
Add Method (QuadrilateralCollection)




The new Quadrilateral to add to the collection.
Adds a Quadrilateral to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As Quadrilateral _
) As Integer
'Usage
 
Dim instance As QuadrilateralCollection
Dim value As Quadrilateral
Dim value As Integer
 
value = instance.Add(value)
public int Add( 
   Quadrilateral value
)
public: int Add( 
   Quadrilateral* value
) 
public:
int Add( 
   Quadrilateral^ value
) 

Parameters

value
The new Quadrilateral to add to the collection.

Return Value

The zero-based index of the newly added Quadrilateral.
Remarks

This method implements a standard collection operation. It will insert a new Quadrilateral object at the end of the collection. When this method is complete, the length of the collection will be one larger than it was and the element with the highest index will be the new object.

See Also

Reference

QuadrilateralCollection Class
QuadrilateralCollection Members
Insert Method

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback