DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage3D Class / Labels3D Property






    Labels3D Property
    Collection to hold DicomLabel3D objects for display over 3D images.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Labels3D As System.Collections.ObjectModel.Collection(Of DicomLabel3D)
     
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As System.Collections.ObjectModel.Collection(Of DicomLabel3D)
     
    value = instance.Labels3D
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also