ImageGear Professional DLL v18.1 for Windows
MED_ElemList_init
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > MD Component API Reference > MD Component Functions Reference > Data Set Element List Functions > MED_ElemList_init

Glossary Item Box

This function initializes an empty Data Set.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI MED_ElemList_init( 
        HIGMEDELEMLIST* lpHIGMedElemList
);

Arguments:

Name Type Description
lpHIGMedElemList HIGMEDELEMLIST* Address of handle HIGMEDELEMLIST to the Data Element List object.

Return Value:

Returns the number of ImageGear errors that occurred during the function call.

Supported Raster Image Formats:

This function does not process image pixels.

Example:

  Copy Code
HIGMEDELEMLIST ds;
MED_ElemList_init(&ds);
©2014. Accusoft Corporation. All Rights Reserved.