Main Page
Modules
Data Structures
DOFValueArray
DOFValueArray_Create
DOFValueArray_Create_Type
DOFValueArray_GetElement
DOFValueArray_GetElements
DOFValueArray_GetElementsCount
DOFValueArrayBoolean_Create
DOFValueArrayBoolean_Extract
DOFValueArrayDateTime_Create
DOFValueArrayDateTime_Extract
DOFValueArrayFloat32_Create
DOFValueArrayFloat32_Extract
DOFValueArrayFloat64_Create
DOFValueArrayFloat64_Extract
DOFValueArrayGUID_Create
DOFValueArrayGUID_Extract
DOFValueArrayInt16_Create
DOFValueArrayInt16_Extract
DOFValueArrayInt32_Create
DOFValueArrayInt32_Extract
DOFValueArrayInt64_Create
DOFValueArrayInt64_Extract
DOFValueArrayInt8_Create
DOFValueArrayInt8_Extract
DOFValueArrayInterfaceID_Create
DOFValueArrayInterfaceID_Extract
DOFValueArrayObjectID_Create
DOFValueArrayObjectID_Extract
DOFValueArrayString_Create
DOFValueArrayString_Extract
DOFValueArrayType_Create
DOFValueArrayUInt16_Create
DOFValueArrayUInt16_Extract
DOFValueArrayUInt32_Create
DOFValueArrayUInt32_Extract
DOFValueArrayUInt64_Create
DOFValueArrayUInt64_Extract
DOFValueArrayUInt8_Create
DOFValueArrayUInt8_Extract
uint16
DOFValueArray_GetElementsCount
(
const
DOFValue
self
)
Report the number of elements in the DOFValueArray.
Parameters
self
The DOFValueArray (a DOFValue). This must not be NULL.
Returns
The number of elements in the DOFValueArray. This may be 0 if the array contains no elements.
Exceptions
0
is returned if
self
is NULL or it is not a
DOFValueArray
.
core-c-dof-oal
Version 8.0.1 Build 0
2018-01-22