'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(); }