LongValues property (ILEADDicomDS)
long LongValues ( long lIndex ); | |
Overview |
Refer to Working with Data Sets. |
Remarks
Contains an array of long values retrieved from or set to the Data Element specified by the CurrentElement property. The size of this array is determined by the LongValueCount 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 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 property, prior to setting the short values using SetLongValue.
Set the LongValueCount property to 0 at any time to free the memory used for the LongValues property.
See Also
Elements: |
LongValueCount property, GetLongValue method, SetLongValue method |
Topics: |