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)
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As System.Collections.ObjectModel.Collection(Of DicomLabel3D)
     
    value = instance.Labels3D
    public System.Collections.ObjectModel.Collection<DicomLabel3D> Labels3D {get;}
    public read-only property Labels3D: System.Collections.ObjectModel.Collection; 
    public function get Labels3D : System.Collections.ObjectModel.Collection
    public: __property System.Collections.ObjectModel.Collection<DicomLabel3D*>* get_Labels3D();
    public:
    property System.Collections.ObjectModel.Collection<DicomLabel3D^>^ Labels3D {
       System.Collections.ObjectModel.Collection<DicomLabel3D^>^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also