'Declaration Public Overloads Function TryGetData( _
ByRef valueThe value of data element.As DicomDataSetCollection _
) As Boolean
public bool TryGetData(
out DicomDataSetCollection value
)
public: bool TryGetData(
[PARAMFLAG::Out] DicomDataSetCollection* value
)
public:
bool TryGetData(
[Out] DicomDataSetCollection^ value
)
Parameters
- value
- The value of data element.
Return Value
True if value is retrieved; otherwise, false.