ImageGear Professional v18.2 > API Reference Guide > MD Component API Reference > MD Component Objects > IGMedDataElem Object > IGMedDataElem Methods > UpdateIntegerArrayFrom Method |
This method replaces contents of IGMedDataElem Object with a copy of contents of the specified IGIntegerArray Object. This method is useful for Data Elements that contain binary data.
Sub UpdateIntegerArrayFrom (pVal As IGIntegerArray)
Name | Description |
---|---|
pVal | IGIntegerArray Object to copy contents from |