ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGDataArray Object > IGDataArray Methods > UpdateDLongFrom Method |
Updates the specified element in the array from the IGDLong Object passed as a parameter. The IGDLong Object passed as a parameter is not referenced inside the array, but rather its data is copied into it.
UpdateDLongFrom (Index As Long, pObject As IGDLong)
Name | Description |
---|---|
Index | Can be within the [0..Size Property-1] range. |
pObject | IGDLong Object object from which to copy data. |
N/A
N/A
Core