Function ProIntfDataDatumCount
Description
Determines the number of datum objects in the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataDatumCount
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
int* n_datumobjs
/* (Out)
The number of datum objects
*/
)
Returns
The function successfully evaluated the number of datum objects.
The input argument is invalid.
Sample Code References
User Guide References
Isto foi útil?