VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataElement Class / TryGetData Methods / TryGetData(DicomDataSetCollection) Method
Syntax Requirements SeeAlso
In This Topic
    TryGetData(DicomDataSetCollection) Method (DicomDataElement)
    In This Topic
    Tries to retrieve value of data element.
    Syntax
    'Declaration
    
    Public Overloads Function TryGetData( _
    ByRef value
    The 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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also