public DicomDataSet GetValue<>(
long ,
,
out
)
'Declaration
Public Overloads Function GetValue(Of )( _
ByVal As Long, _
ByVal As , _
ByRef As _
) As DicomDataSet
'Usage
Dim instance As DicomDataSet
Dim tag As Long
Dim defaultValue As
Dim value As
Dim value As DicomDataSet
value = instance.GetValue(Of T)(tag, defaultValue, value)
function Leadtools.Dicom.DicomDataSet.GetValue``1(Int64,``0,``0)(
tag ,
defaultValue ,
value
)
public:
DicomDataSet^ GetValuegeneric<typename >
(
int64 ,
,
[Out]
)
Parameters
- tag
- tag of the item to find.
- defaultValue
- a value of type T that is returned if the actual value cannot be retrieved.
- value
- reference to an object that will be updated with the value.
Type Parameters
- T
- specifies the type of the value to return
Return Value
a reference to the DicomDataSet