Returns a DICOM tag as number.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public double GetTagNumeric(
	int index,
	double defaultValue
)
Public Function GetTagNumeric ( _
	index As Integer, _
	defaultValue As Double _
) As Double
public:
double GetTagNumeric(
	int index, 
	double defaultValue
)

Parameters

index
Int32
Index of the tag
defaultValue
Double
Default value if the tag doesn't exist

Return Value

The tag value

See Also