DicomObjects.NET.V8
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 Collection(Of DicomLabel3D)
    'Usage
     
    Dim instance As DicomImage3D
    Dim value As Collection(Of DicomLabel3D)
     
    value = instance.Labels3D
    public Collection<DicomLabel3D> Labels3D {get;}
    public:
    property Collection<DicomLabel3D^>^ Labels3D {
       Collection<DicomLabel3D^>^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also