DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / Labels3D Property



In This Topic
    Labels3D Property
    In This Topic
    Collection of 3D labels associated with the image.
    Syntax
    'Declaration
     
    
    Public Property Labels3D As ObservableCollection(Of DicomLabel3D)
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As ObservableCollection(Of DicomLabel3D)
     
    instance.Labels3D = value
     
    value = instance.Labels3D
    public ObservableCollection<DicomLabel3D> Labels3D {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also