Gets the values under the "Numeric Value" (0040,A30A) element.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function GetNumericValue() As Double() |
| C# | |
|---|
public double[] GetNumericValue() |
| C++/CLI | |
|---|
public:
array<double>^ GetNumericValue(); |
Return Value
Buffer that contains the values under the "Numeric Value" (0040,A30A) element. The size of the buffer is
equal to
NumericValueCount.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also