'DeclarationPublic Property Labels3D As ObservableCollection(Of DicomLabel3D)
'UsageDim instance As DicomImage3D Dim value As ObservableCollection(Of DicomLabel3D) instance.Labels3D = value value = instance.Labels3D
public ObservableCollection<DicomLabel3D> Labels3D {get; set;}
public: property ObservableCollection<DicomLabel3D^>^ Labels3D { ObservableCollection<DicomLabel3D^>^ get(); void set ( ObservableCollection<DicomLabel3D^>^ value); }