'Declaration Public Sub Put( _ ByVal index As Integer, _ ByVal value As ImGearPDFBasObj _ )
'Usage Dim instance As ImGearPDFBasArray Dim index As Integer Dim value As ImGearPDFBasObj instance.Put(index, value)
public void Put( int index, ImGearPDFBasObj value )
public: void Put( int index, ImGearPDFBasObj* value )
public: void Put( int index, ImGearPDFBasObj^ value )
Parameters
- index
- The location in array to store an object. The first element of an array has an index of zero.
- value
- The object to insert into array.