FloatValueCount property (ILEADDicomDS)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

long FloatValueCount

Overview

Refer to Working with Data Sets.

Remarks

Contains the number of float values in the FloatValues property.

If you are retrieving float values associated with the element specified in the CurrentElement property, calling the GetFloatValue method updates this property with the number of float values associated with the specified element.

If you are setting float values associated with the element specified in the CurrentElement property, you can set the FloatValueCount property to allocate storage for the FloatValues array property, prior to setting the float values using SetFloatValue.

Set this property to 0 at any time to free the memory used for the FloatValues property.

See Also

Elements:

FloatValues property, GetFloatValue method, SetFloatValue method

Topics:

Data Sets: Getting and Setting Data Element Values