VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomAnnotationDataController Class / UpdateAnnotationDataSets() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    UpdateAnnotationDataSets() Method (DicomAnnotationDataController)
    In This Topic
    Updates all DICOM annotation data sets associated with the controller.
    Syntax
    'Declaration
    
    Public Sub UpdateAnnotationDataSets()
    
    
    public void UpdateAnnotationDataSets()
    
    
    public: void UpdateAnnotationDataSets()
    
    
    public:
    void UpdateAnnotationDataSets()
    Remarks

    This method synchronizes annotation data collections with DICOM annotation data sets.

    Requirements

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

    See Also