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

    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also