'Declaration Public Overloads Function TryGetData( _
ByVal idThe identifier of data element.As DicomDataElementId, _
ByRef valueThe value of data element.As ULong _
) As Boolean
public bool TryGetData(
DicomDataElementId id,
out ulong value
)
public: bool TryGetData(
DicomDataElementId id,
[PARAMFLAG::Out] ulong value
)
public:
bool TryGetData(
DicomDataElementId id,
[Out] ulong value
)
Parameters
- id
- The identifier of data element.
- value
- The value of data element.
Return Value
True if value is retrieved; otherwise, false.