VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFile Class / IsReferencedTo(DicomFile) Method
Syntax Requirements SeeAlso
In This Topic
    IsReferencedTo(DicomFile) Method (DicomFile)
    In This Topic
    Determines whether this DICOM file is referenced to the specified DICOM file.
    Syntax
    'Declaration
    
    Public Function IsReferencedTo( _
    ByVal dicomFile
    The DICOM file.
    As DicomFile _
    ) As Boolean
    public bool IsReferencedTo(
    DicomFile dicomFile
    )
    public: bool IsReferencedTo(
    DicomFile* dicomFile
    )
    public:
    bool IsReferencedTo(
    DicomFile^ dicomFile
    )

    Parameters

    dicomFile
    The DICOM file.

    Return Value

    True - if this DICOM file is referenced to the specified DICOM file; false - if this DICOM file is NOT referenced to the specified DICOM file.
    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