VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomAnnotationDataController Class / CreateDataCollection() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    CreateDataCollection() Method (DicomAnnotationDataController)
    In This Topic
    Creates an empty annotation data collection.
    Syntax
    'Declaration
    
    Protected Overrides Function CreateDataCollection() As Vintasoft.Imaging.Annotation.AnnotationDataCollection
    
    
    protected override Vintasoft.Imaging.Annotation.AnnotationDataCollection CreateDataCollection()
    
    
    protected: Vintasoft.Imaging.Annotation.AnnotationDataCollection* CreateDataCollection(); override
    
    
    protected:
    Vintasoft.Imaging.Annotation.AnnotationDataCollection^ CreateDataCollection(); override

    Return Value

    An empty annotation data collection.
    Remarks

    This method is executed when annotation data controller need to create new annotation data collection.

    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