LongValueCount property (ILEADDicomDS)
long LongValueCount | |
Overview |
Refer to Working with Data Sets. |
Remarks
Contains the number of long values in the LongValues property.
If you are retrieving long values associated with the element specified in the CurrentElement property, calling the GetLongValue method updates this property with the number of long values associated with the specified element.
If you are setting long values associated with the element specified in the CurrentElement property, you can set the LongValueCount property to allocate storage for the LongValues array property, prior to setting the long values using SetLongValue.
Set this property to 0 at any time to free the memory used for the LongValues property.
See Also
Elements: |
LongValues property, GetLongValue method, SetLongValue method |
Topics: |