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

In This Topic
    Labels3D Property
    In This Topic
    Collection to hold DicomLabel3D objects for display over 3D images.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Labels3D As System.Collections.ObjectModel.Collection(Of DicomLabel3D)
    public System.Collections.ObjectModel.Collection<DicomLabel3D> Labels3D {get;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also